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