Chromium Code Reviews| 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 |