mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Add IWYU pragma to logs header.
PiperOrigin-RevId: 671441592
This commit is contained in:
committed by
Copybara-Service
parent
2610b7c564
commit
b531fd255a
@@ -21,8 +21,10 @@
|
||||
#include "base/check_op.h"
|
||||
#include "base/logging.h"
|
||||
#else // defined(NEARBY_CHROMIUM)
|
||||
// IWYU pragma: begin_exports
|
||||
#include "absl/log/check.h"
|
||||
#include "absl/log/log.h"
|
||||
// IWYU pragma: end_exports
|
||||
#endif // defined(NEARBY_CHROMIUM)
|
||||
|
||||
// Public APIs
|
||||
|
||||
Reference in New Issue
Block a user