commit | 725d0439de1385d777228f3a70b9a2127f568207 | [log] [tgz] |
---|---|---|
author | Hans Wennborg <[email protected]> | Thu Jun 18 13:54:16 2020 |
committer | Commit Bot <[email protected]> | Thu Jun 18 13:54:16 2020 |
tree | 8885aed1307c7d1356f2250eeb12d2dfa3377a25 | |
parent | e7bbf38e9e5ca513d793852c43278c066f96f2a0 [diff] [blame] |
Include-what-you-use related to logging.h (net) 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. Bug: 1031540 Change-Id: Ib5be18e72766eac66f627569186a2803f5db4cfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249840 Auto-Submit: Hans Wennborg <[email protected]> Commit-Queue: Paul Jensen <[email protected]> Reviewed-by: Paul Jensen <[email protected]> Cr-Commit-Position: refs/heads/master@{#779802}
diff --git a/net/socket/udp_socket_posix.h b/net/socket/udp_socket_posix.h index 9545141..df3bf973 100644 --- a/net/socket/udp_socket_posix.h +++ b/net/socket/udp_socket_posix.h
@@ -11,6 +11,7 @@ #include <memory> +#include "base/logging.h" #include "base/macros.h" #include "base/memory/ref_counted.h" #include "base/message_loop/message_pump_for_io.h"