mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Remove direct dependency on absl::log.
PiperOrigin-RevId: 601252250
This commit is contained in:
committed by
Copybara-Service
parent
2fc575b593
commit
8d24e2457b
@@ -15,8 +15,13 @@
|
||||
#ifndef THIRD_PARTY_NEARBY_SHARING_INTERNAL_PUBLIC_LOGGING_H_
|
||||
#define THIRD_PARTY_NEARBY_SHARING_INTERNAL_PUBLIC_LOGGING_H_
|
||||
|
||||
#if defined(NEARBY_CHROMIUM)
|
||||
// Chromium does not use absl log. Forward to Chromium native log macros.
|
||||
// TODO(ftsui): include chromium logging header.
|
||||
#else // defined(NEARBY_CHROMIUM)
|
||||
#include "absl/log/check.h"
|
||||
#include "absl/log/log.h"
|
||||
#endif // defined(NEARBY_CHROMIUM)
|
||||
|
||||
// Public APIs
|
||||
// The stream statement must come last, or it won't compile.
|
||||
|
||||
Reference in New Issue
Block a user