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

Unified Diff: net/dns/address_sorter_posix.h

Issue 1932363003: Remove net::IPAddressNumber. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « net/cert/x509_certificate_openssl.cc ('k') | net/dns/dns_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/address_sorter_posix.h
diff --git a/net/dns/address_sorter_posix.h b/net/dns/address_sorter_posix.h
index 3f3840ed0de412271600c4180b3af454ee9595e5..e370f226003bb5a4f7f5a5f5447770694f03af98 100644
--- a/net/dns/address_sorter_posix.h
+++ b/net/dns/address_sorter_posix.h
@@ -30,7 +30,7 @@ class NET_EXPORT_PRIVATE AddressSorterPosix
// Generic policy entry.
struct PolicyEntry {
// IPv4 addresses must be mapped to IPv6.
- unsigned char prefix[kIPv6AddressSize];
+ unsigned char prefix[IPAddress::kIPv6AddressSize];
unsigned prefix_length;
unsigned value;
};
« no previous file with comments | « net/cert/x509_certificate_openssl.cc ('k') | net/dns/dns_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698