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

Unified Diff: url/url_util.h

Issue 1561693003: IWYU fixes for url/... Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unedited changes made by the IWYU tool. 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..58fbfaec29942306e313c6a2aabd48a76ccafe07 100644
--- a/url/url_util.h
+++ b/url/url_util.h
@@ -27,6 +27,9 @@ namespace url {
// It is OK to call this function more than once, subsequent calls will be
// no-ops, unless Shutdown was called in the mean time. This will also be a
// no-op if other calls to the library have forced an initialization beforehand.
+struct Component;
+struct Parsed;
+
URL_EXPORT void Initialize();
// Cleanup is not required, except some strings may leak. For most user

Powered by Google App Engine
This is Rietveld 408576698