commit | c9a6b72a7a6a5b3764e829c5fe74de4aa67e9fe3 | [log] [tgz] |
---|---|---|
author | eroman <[email protected]> | Wed Jun 03 22:19:00 2015 |
committer | Commit bot <[email protected]> | Wed Jun 03 22:19:30 2015 |
tree | 578483beff3e987978da80d20a26020a825aa600 | |
parent | f8b22b4f30a16a16d44b187062f1d044c9821dd5 [diff] [blame] |
Stop including ip_address_number.h from net_util.h Required duplicating the typedef for IPAddressNumber, and fixing a number of missing includes from consumers. BUG=488531 [email protected],[email protected],[email protected], Review URL: https://codereview.chromium.org/1162973005 Cr-Commit-Position: refs/heads/master@{#332708}
diff --git a/net/dns/record_rdata.cc b/net/dns/record_rdata.cc index 0c60559..193d91c 100644 --- a/net/dns/record_rdata.cc +++ b/net/dns/record_rdata.cc
@@ -6,6 +6,7 @@ #include "base/big_endian.h" #include "net/base/dns_util.h" +#include "net/base/ip_address_number.h" #include "net/dns/dns_protocol.h" #include "net/dns/dns_response.h"