mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Drop base/check.h include for chrome
PiperOrigin-RevId: 493432083
This commit is contained in:
committed by
Copybara-Service
parent
43fab95a3a
commit
db4d0744a3
@@ -18,7 +18,7 @@
|
||||
// base/logging.h is only included to allow logging clients to include CHECK's.
|
||||
// In Chrome this is base/check.h. See crbug/1212611.
|
||||
#ifdef NEARBY_CHROMIUM
|
||||
#include "base/check.h"
|
||||
#include "absl/log/check.h"
|
||||
// base/logging.h is available externally as "glog". However, this repo contains
|
||||
// template files that can't be built by Swift Package Manager. To build with
|
||||
// SPM we only need CHECK and DCHECK defined.
|
||||
|
||||
Reference in New Issue
Block a user