-
Hans Wennborg authored
Fix code that was implicitly depending on logging.h or its dependencies. For example, code that uses DISALLOW_COPY_AND_ASSIGN should include base/macros.h, but it currently happens to work if it pulls in logging.h directly or through some dependency. This is part of refactoring the codebase to use check.h/check_op.h for the CHECK and CHECK_op macro instead of logging.h. Bug: 1031540 Change-Id: I8278d85744f0cb92c11e1b0b3c00eae6ad62ee87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157066 Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#760525}
76fee0a1