[Nearby] Directly include base/logging.h and copybara transform to base/check.h in chromium

PiperOrigin-RevId: 376003869
This commit is contained in:
hai007
2021-05-26 12:30:04 -07:00
committed by Copybara-Service
parent 2a68dc7d69
commit 258403118d
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ cc_library(
"//platform:__subpackages__",
],
deps = [
"//base:logging",
"//platform/api:platform",
"//platform/api:types",
],
+3
View File
@@ -15,6 +15,9 @@
#ifndef PLATFORM_BASE_LOGGING_H_
#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.
#include "base/check.h"
#include "platform/api/log_message.h"
#include "platform/api/platform.h"