From 2cec4aaadb3992ed7427a132646c99cfc8a07529 Mon Sep 17 00:00:00 2001 From: hai007 Date: Sat, 16 May 2026 05:14:27 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 916435607 --- internal/platform/BUILD | 2 +- internal/platform/tachyon_express_signaling_messenger.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/platform/BUILD b/internal/platform/BUILD index d077fda5..c0531d13 100644 --- a/internal/platform/BUILD +++ b/internal/platform/BUILD @@ -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", diff --git a/internal/platform/tachyon_express_signaling_messenger.cc b/internal/platform/tachyon_express_signaling_messenger.cc index 6b07190a..e430f7ff 100644 --- a/internal/platform/tachyon_express_signaling_messenger.cc +++ b/internal/platform/tachyon_express_signaling_messenger.cc @@ -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 {