mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Internal refactor.
PiperOrigin-RevId: 423349737
This commit is contained in:
committed by
Copybara-Service
parent
8ffac387ab
commit
9d4ad8a1d7
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "absl/numeric/int128.h"
|
||||
#include "absl/strings/numbers.h"
|
||||
#include "smhasher/src/MurmurHash3.h"
|
||||
#include "src/MurmurHash3.h"
|
||||
|
||||
namespace location {
|
||||
namespace nearby {
|
||||
|
||||
@@ -16,8 +16,12 @@
|
||||
#define PLATFORM_BASE_LOGGING_H_
|
||||
|
||||
// base/logging.h is only included to allow logging clients to include CHECK's.
|
||||
// In Chrome this will be translated to base/check.h. See crbug/1212611.
|
||||
// In Chrome this is base/check.h. See crbug/1212611.
|
||||
#ifdef NEARBY_CHROMIUM
|
||||
#include "base/check.h"
|
||||
#else
|
||||
#include "glog/logging.h"
|
||||
#endif
|
||||
#include "platform/api/log_message.h"
|
||||
#include "platform/api/platform.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#ifndef PLATFORM_IMPL_G3_LOG_MESSAGE_H_
|
||||
#define PLATFORM_IMPL_G3_LOG_MESSAGE_H_
|
||||
|
||||
#include "base/check.h"
|
||||
#include "glog/logging.h"
|
||||
#include "platform/api/log_message.h"
|
||||
|
||||
namespace location {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#ifndef PLATFORM_IMPL_IOS_LOG_MESSAGE_H_
|
||||
#define PLATFORM_IMPL_IOS_LOG_MESSAGE_H_
|
||||
|
||||
#include "base/check.h"
|
||||
#include "glog/logging.h"
|
||||
#include "platform/api/log_message.h"
|
||||
|
||||
namespace location {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "platform/impl/ios/Source/Platform/log_message.h"
|
||||
|
||||
#include "base/check.h"
|
||||
#include "glog/logging.h"
|
||||
#include "platform/api/log_message.h"
|
||||
#include "GoogleToolboxForMac/GTMLogger.h"
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#ifndef PLATFORM_IMPL_WINDOWS_LOG_MESSAGE_H_
|
||||
#define PLATFORM_IMPL_WINDOWS_LOG_MESSAGE_H_
|
||||
|
||||
#include "base/check.h"
|
||||
#include "glog/logging.h"
|
||||
#include "platform/api/log_message.h"
|
||||
|
||||
namespace location {
|
||||
|
||||
Reference in New Issue
Block a user