Internal change.

PiperOrigin-RevId: 423369197
This commit is contained in:
suetfei
2022-02-02 11:37:42 -08:00
committed by hai007
parent 9d4ad8a1d7
commit 1b0efd13ef
53 changed files with 59 additions and 14 deletions
@@ -17,6 +17,7 @@
#include <memory>
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "platform/base/cancellation_flag_listener.h"
#include "platform/base/feature_flags.h"
@@ -15,6 +15,7 @@
#include "platform/base/error_code_recorder.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
namespace location {
+1
View File
@@ -17,6 +17,7 @@
#include <vector>
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "platform/base/exception_test.nc.h"
+1 -1
View File
@@ -19,7 +19,7 @@
#include "absl/strings/string_view.h"
#include "platform/base/byte_array.h"
#include "openssl/digest.h"
#include "src/include/openssl/digest.h"
namespace location {
namespace nearby {
+1 -1
View File
@@ -34,7 +34,7 @@ class LogMessage : public api::LogMessage {
std::ostream& Stream() override;
private:
absl::LogStreamer log_streamer_;
google::LogMessage log_streamer_;
};
} // namespace g3
+1 -1
View File
@@ -20,7 +20,7 @@
#include "absl/time/clock.h"
#include "platform/api/submittable_executor.h"
#include "platform/impl/shared/count_down_latch.h"
#include "thread/threadpool.h"
#include "nisaba/port/thread_pool.h"
namespace location {
namespace nearby {
+1 -1
View File
@@ -23,7 +23,7 @@
#include "platform/api/scheduled_executor.h"
#include "platform/base/runnable.h"
#include "platform/impl/g3/single_thread_executor.h"
#include "thread/threadpool.h"
#include "nisaba/port/thread_pool.h"
namespace location {
namespace nearby {
@@ -36,7 +36,7 @@ class LogMessage : public api::LogMessage {
std::ostream& Stream() override;
private:
absl::LogStreamer log_streamer_;
google::LogMessage log_streamer_;
api::LogMessage::Severity severity_;
};
+1 -1
View File
@@ -22,7 +22,7 @@
#if defined NEARBY_WINDOWS_DLL
#include "openssl/boringssl/src/include/openssl/digest.h"
#else
#include "openssl/digest.h"
#include "src/include/openssl/digest.h"
#endif
// Function implementations for platform/api/crypto.h.
+1 -1
View File
@@ -34,7 +34,7 @@ class LogMessage : public api::LogMessage {
std::ostream& Stream() override;
private:
absl::LogStreamer log_streamer_;
google::LogMessage log_streamer_;
static api::LogMessage::Severity min_log_severity_;
};
@@ -15,6 +15,7 @@
#include "platform/public/atomic_boolean.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
namespace location {
+1
View File
@@ -17,6 +17,7 @@
#include <memory>
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "platform/base/medium_environment.h"
#include "platform/public/count_down_latch.h"
@@ -15,6 +15,7 @@
#include "platform/public/bluetooth_adapter.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "platform/base/bluetooth_utils.h"
#include "platform/public/logging.h"
@@ -17,6 +17,7 @@
#include <memory>
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "absl/time/time.h"
#include "platform/base/medium_environment.h"
@@ -15,6 +15,7 @@
#include "platform/public/cancelable_alarm.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "absl/time/time.h"
#include "platform/public/atomic_boolean.h"
@@ -15,6 +15,7 @@
#include "platform/public/condition_variable.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "absl/time/time.h"
#include "platform/public/logging.h"
+1
View File
@@ -15,6 +15,7 @@
#include "platform/public/crypto.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "platform/base/byte_array.h"
+1
View File
@@ -15,6 +15,7 @@
#include "platform/public/logging.h"
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
namespace {
+1
View File
@@ -17,6 +17,7 @@
#include <memory>
#include "gmock/gmock.h"
#include "protobuf-matchers/protocol-buffer-matchers.h"
#include "gtest/gtest.h"
#include "absl/strings/string_view.h"
#include "platform/base/medium_environment.h"