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

Unified Diff: url/url_canon_ip.h

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/url_canon_ip.h
diff --git a/url/url_canon_ip.h b/url/url_canon_ip.h
index 937bd460f1087d577b0faae77f44b4c3285d5ecf..a3aa21c481b5d69e1db45961f3e1f1a462a66ead 100644
--- a/url/url_canon_ip.h
+++ b/url/url_canon_ip.h
@@ -12,6 +12,8 @@
namespace url {
+struct Component;
+
// Writes the given IPv4 address to |output|.
URL_EXPORT void AppendIPv4Address(const unsigned char address[4],
CanonOutput* output);
« url/url_canon_icu.cc ('K') | « url/url_canon_internal.cc ('k') | url/url_canon_ip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698