Internal refactor.

PiperOrigin-RevId: 423349737
This commit is contained in:
suetfei
2022-01-21 10:10:52 -08:00
committed by Copybara-Service
parent 8ffac387ab
commit 9d4ad8a1d7
6 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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 {