Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Unified Diff: url/url_util.h

Issue 1561693003: IWYU fixes for url/... Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self-review. Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: url/url_util.h
diff --git a/url/url_util.h b/url/url_util.h
index 04a6ef4315d8388dc30def3a72722baf18a364f1..c3e3fe0ba172659fef3d3feefa2a917670364a07 100644
--- a/url/url_util.h
+++ b/url/url_util.h
@@ -15,6 +15,9 @@
namespace url {
+struct Component;
+struct Parsed;
+
// Init ------------------------------------------------------------------------
// Initialization is NOT required, it will be implicitly initialized when first

Powered by Google App Engine
This is Rietveld 408576698