Index: url/url_canon_ip.h |
diff --git a/url/url_canon_ip.h b/url/url_canon_ip.h |
index 937bd460f1087d577b0faae77f44b4c3285d5ecf..8d53d69ad5c9c4163b025ea5fa8b41fdc1619694 100644 |
--- a/url/url_canon_ip.h |
+++ b/url/url_canon_ip.h |
@@ -13,6 +13,8 @@ |
namespace url { |
// Writes the given IPv4 address to |output|. |
+struct Component; |
Łukasz Anforowicz
2016/01/07 00:16:17
Ooops - the edit by IWYU separated the comment (ab
|
+ |
URL_EXPORT void AppendIPv4Address(const unsigned char address[4], |
CanonOutput* output); |