Commit 45feb4ba authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Include-what-you-use related to logging.h (url)

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: I3708de40ea110f27b8d3ab1e9e63df72cc2dba70
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249765
Commit-Queue: Hans Wennborg <hans@chromium.org>
Commit-Queue: Charlie Harrison <csharrison@chromium.org>
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarCharlie Harrison <csharrison@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779344}
parent 5012d3ea
......@@ -5,6 +5,7 @@
// Canonicalizer functions for working with and resolving relative URLs.
#include <algorithm>
#include <ostream>
#include "base/check_op.h"
#include "base/strings/string_util.h"
......
......@@ -8,6 +8,8 @@
#include <stdlib.h>
#include <string.h>
#include <ostream>
#include "base/check_op.h"
#include "base/no_destructor.h"
#include "third_party/icu/source/common/unicode/uidna.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment