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

Unified Diff: net/base/address_list.h

Issue 1162973005: Stop including ip_address_number.h from net_util.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years, 7 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: net/base/address_list.h
diff --git a/net/base/address_list.h b/net/base/address_list.h
index f271dfcd4cf93a7b8d0fe861eae22c06c1ecf2af..206a92bb0c9fe2bd90fe35c45f3c43eb71b44de2 100644
--- a/net/base/address_list.h
+++ b/net/base/address_list.h
@@ -10,9 +10,9 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "net/base/ip_address_number.h"
#include "net/base/ip_endpoint.h"
#include "net/base/net_export.h"
-#include "net/base/net_util.h"
#include "net/log/net_log.h"
struct addrinfo;

Powered by Google App Engine
This is Rietveld 408576698