Automated Code Change

PiperOrigin-RevId: 912819296
This commit is contained in:
hai007
2026-05-08 20:24:31 -07:00
committed by Copybara-Service
parent 87c6ad999e
commit d41eff045c
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -346,11 +346,11 @@ cc_test(
deps = [
":Platform_cc",
"//internal/platform/implementation/g3:crypto",
"//third_party/gloop/thread/fiber",
"@com_github_protobuf_matchers//protobuf-matchers",
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/synchronization",
"@com_google_absl//absl/time",
"@com_google_googletest//:gtest_main",
"@com_google_nisaba//nisaba/port:thread_pool/fiber",
],
)
@@ -15,7 +15,7 @@
#include "internal/platform/implementation/apple/atomic_boolean.h"
#include "gtest/gtest.h"
#include "thread/fiber/fiber.h"
#include "third_party/gloop/thread/fiber/fiber.h"
namespace nearby {
namespace apple {
@@ -15,7 +15,7 @@
#include "internal/platform/implementation/apple/atomic_uint32.h"
#include "gtest/gtest.h"
#include "thread/fiber/fiber.h"
#include "third_party/gloop/thread/fiber/fiber.h"
namespace nearby {
namespace apple {
@@ -16,8 +16,8 @@
#include "gtest/gtest.h"
#include "absl/time/clock.h"
#include "third_party/gloop/thread/fiber/fiber.h"
#include "internal/platform/implementation/apple/mutex.h"
#include "thread/fiber/fiber.h"
namespace nearby {
namespace apple {
@@ -18,7 +18,7 @@
#include "gtest/gtest.h"
#include "absl/time/time.h"
#include "thread/fiber/fiber.h"
#include "third_party/gloop/thread/fiber/fiber.h"
namespace nearby {
namespace apple {
@@ -18,7 +18,7 @@
#include "absl/base/thread_annotations.h"
#include "absl/synchronization/notification.h"
#include "absl/time/time.h"
#include "thread/fiber/fiber.h"
#include "third_party/gloop/thread/fiber/fiber.h"
namespace nearby {
namespace apple {