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

Unified Diff: url/url_canon_internal.h

Issue 1561693003: IWYU fixes for url/... Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added IWYU-pragma-keep in a few places. 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_canon_internal.h
diff --git a/url/url_canon_internal.h b/url/url_canon_internal.h
index e651e0ce8379acffb945c578de1b74de5029013c..a15d186b88c325f1c5386780fad3324928b8d424 100644
--- a/url/url_canon_internal.h
+++ b/url/url_canon_internal.h
@@ -14,10 +14,15 @@
#include <stdlib.h>
#include "base/logging.h"
+#include "base/strings/string16.h"
#include "url/url_canon.h"
+#include "url/url_export.h"
namespace url {
+struct Component;
+struct Parsed;
+
// Character type handling -----------------------------------------------------
// Bits that identify different character types. These types identify different

Powered by Google App Engine
This is Rietveld 408576698