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

Unified Diff: url/url_util.cc

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.cc
diff --git a/url/url_util.cc b/url/url_util.cc
index cbb252f47132ff91643fba35dbcf338f13d8e160..0aa720cc0f8caa6847ada73fe3089dc93333b571 100644
--- a/url/url_util.cc
+++ b/url/url_util.cc
@@ -6,14 +6,17 @@
#include <stddef.h>
#include <string.h>
-#include <vector>
+#include <debug/vector>
Łukasz Anforowicz 2016/01/07 00:16:17 I have no idea why IWYU thought that changing <vec
+#include <ostream>
Łukasz Anforowicz 2016/01/07 00:16:17 I don't know why <ostream> is needed. We do use <
#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_file.h"
-#include "url/url_util_internal.h"
+#include "url/url_constants.h"
+#include "url/url_parse_internal.h"
namespace url {
« url/url_canon_stdstring.h ('K') | « 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