| 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;
|
| };
|
|
|