mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Automated Code Change
PiperOrigin-RevId: 916435607
This commit is contained in:
@@ -305,9 +305,9 @@ cc_library(
|
||||
"//internal/proto:tachyon_cc_proto",
|
||||
"//internal/rpc:utils",
|
||||
"//location/nearby/sharing/lib/account:account_manager",
|
||||
"//third_party/gloop/util/random:mt_random",
|
||||
"//third_party/grpc:gpr",
|
||||
"//third_party/grpc:grpc++",
|
||||
"//util/random:mt_random",
|
||||
"//util/random:util",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
"@com_google_absl//absl/functional:any_invocable",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "absl/synchronization/mutex.h"
|
||||
#include "absl/time/time.h"
|
||||
#include "third_party/gloop/util/random/mt_random.h"
|
||||
#include "third_party/grpc/include/grpc/support/time.h"
|
||||
#include "third_party/grpc/include/grpcpp/channel.h"
|
||||
#include "third_party/grpc/include/grpcpp/client_context.h"
|
||||
@@ -42,7 +43,6 @@
|
||||
#include "internal/proto/tachyon_common.proto.h"
|
||||
#include "internal/proto/tachyon_enums.proto.h"
|
||||
#include "internal/rpc/utils.h"
|
||||
#include "util/random/mt_random.h"
|
||||
#include "util/random/util.h"
|
||||
|
||||
namespace nearby {
|
||||
|
||||
Reference in New Issue
Block a user