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/dns/dns_hosts.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/dns/dns_hosts.h
diff --git a/net/dns/dns_hosts.h b/net/dns/dns_hosts.h
index 8ee6d87ecb932df22e3c15b677310dcb7f9f5fa6..c525c2cdf5f41057aecb9427b9fe23bbf945d4d9 100644
--- a/net/dns/dns_hosts.h
+++ b/net/dns/dns_hosts.h
@@ -14,8 +14,8 @@
#include "base/containers/hash_tables.h"
#include "base/files/file_path.h"
#include "net/base/address_family.h"
+#include "net/base/ip_address_number.h" // can't forward-declare IPAddressNumber
mmenke 2015/06/03 17:23:10 I think we can just remove the comment here
eroman 2015/06/03 18:29:10 Done.
#include "net/base/net_export.h"
-#include "net/base/net_util.h" // can't forward-declare IPAddressNumber
namespace net {
typedef std::pair<std::string, AddressFamily> DnsHostsKey;

Powered by Google App Engine
This is Rietveld 408576698