Include-what-you-use related to logging.h (extensions)
Add direct includes for things provided transitively by logging.h (or by other headers including logging.h). This is in preparation for cleaning up unnecessary includes of logging.h in header files (so if something depends on logging.h, it needs include it explicitly), and for when logging.h no longer includes check.h, check_op.h, and notreached.h. (This doesn't add direct includes for all uses of CHECK etc, only the ones that will be broken by subsequent CLs to cleanup includes.) Bug: 1031540 Change-Id: Ie8e24df57a4ca317a7932b13aee4ea8f39c84d27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248577 Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by:Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#780006}
Showing
Please register or sign in to comment