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

Unified Diff: url/url_canon_fileurl.cc

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_fileurl.cc
diff --git a/url/url_canon_fileurl.cc b/url/url_canon_fileurl.cc
index 6191f8f9b2ca13d66e0193112a81f94520563c52..15b073ec5a8a22700c9aedb0b4668c91c650c04c 100644
--- a/url/url_canon_fileurl.cc
+++ b/url/url_canon_fileurl.cc
@@ -4,10 +4,12 @@
// Functions for canonicalizing "file:" URLs.
+#include "base/strings/string16.h"
+#include "url/third_party/mozilla/url_parse.h"
#include "url/url_canon.h"
#include "url/url_canon_internal.h"
-#include "url/url_file.h"
-#include "url/url_parse_internal.h"
+#include "url/url_file.h" // IWYU pragma: keep
dcheng 2016/01/07 00:25:41 Having to do this seems like a net negative. Have
Łukasz Anforowicz 2016/01/07 00:44:53 Yes, but I haven't looked at the results.
+#include "url/url_parse_internal.h" // IWYU pragma: keep
namespace url {

Powered by Google App Engine
This is Rietveld 408576698