mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
[Nearby] Directly include base/logging.h and copybara transform to base/check.h in chromium
PiperOrigin-RevId: 376003869
This commit is contained in:
@@ -90,6 +90,7 @@ cc_library(
|
||||
"//platform:__subpackages__",
|
||||
],
|
||||
deps = [
|
||||
"//base:logging",
|
||||
"//platform/api:platform",
|
||||
"//platform/api:types",
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user