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

Unified Diff: url/url_util.cc

Issue 1561693003: IWYU fixes for url/... Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reintroduce includes required by Windows builds. 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
« no previous file with comments | « url/url_util.h ('k') | url/url_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_util.cc
diff --git a/url/url_util.cc b/url/url_util.cc
index cbb252f47132ff91643fba35dbcf338f13d8e160..b68d46da8af4392926ddfcd66fbd1360f2f2b648 100644
--- a/url/url_util.cc
+++ b/url/url_util.cc
@@ -6,14 +6,18 @@
#include <stddef.h>
#include <string.h>
+#include <ostream>
#include <vector>
#include "base/debug/leak_annotations.h"
#include "base/logging.h"
+#include "base/strings/string_piece.h"
#include "base/strings/string_util.h"
+#include "url/third_party/mozilla/url_parse.h"
#include "url/url_canon_internal.h"
+#include "url/url_constants.h"
#include "url/url_file.h"
-#include "url/url_util_internal.h"
+#include "url/url_parse_internal.h"
Łukasz Anforowicz 2016/01/07 00:16:17 I am not sure if we care about why-comments that I
namespace url {
« no previous file with comments | « url/url_util.h ('k') | url/url_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698