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

Unified Diff: url/gurl.h

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
« no previous file with comments | « no previous file | url/gurl.cc » ('j') | url/gurl_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/gurl.h
diff --git a/url/gurl.h b/url/gurl.h
index b49d2fdb1c618ff20482eaf702949f86a9c112b1..a26dff656197c4f2132211b9befab4d733427b2e 100644
--- a/url/gurl.h
+++ b/url/gurl.h
@@ -6,7 +6,6 @@
#define URL_GURL_H_
#include <stddef.h>
-
#include <iosfwd>
#include <string>
@@ -19,6 +18,10 @@
#include "url/url_constants.h"
#include "url/url_export.h"
+namespace url {
+template <typename CHAR> class Replacements;
+} // namespace url
+
Łukasz Anforowicz 2016/01/07 00:16:17 This addition by the IWYU tool is healthy, but I t
// Represents a URL.
//
// A parsed canonicalized URL will be guaranteed UTF-8. Only the ref (if
« no previous file with comments | « no previous file | url/gurl.cc » ('j') | url/gurl_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698