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

Unified Diff: url/origin.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/origin.cc
diff --git a/url/origin.cc b/url/origin.cc
index a0ec2f803e6f2547bdcc443c338d06b68cefbb3a..4ca3271d2723b7424fcfc776c8fb3acfc6b31db2 100644
--- a/url/origin.cc
+++ b/url/origin.cc
@@ -5,15 +5,9 @@
#include "url/origin.h"
#include <stdint.h>
-#include <string.h>
-#include "base/logging.h"
-#include "base/strings/string_number_conversions.h"
#include "url/gurl.h"
-#include "url/url_canon.h"
-#include "url/url_canon_stdstring.h"
#include "url/url_constants.h"
-#include "url/url_util.h"
namespace url {

Powered by Google App Engine
This is Rietveld 408576698