| Index: net/base/network_interfaces_mac.cc
|
| diff --git a/net/base/network_interfaces_mac.cc b/net/base/network_interfaces_mac.cc
|
| index c18723f09096064ee753895aad587f61bebbf999..2fa66fbc77b20dc352330cfb4a26835575892f91 100644
|
| --- a/net/base/network_interfaces_mac.cc
|
| +++ b/net/base/network_interfaces_mac.cc
|
| @@ -196,7 +196,7 @@ bool GetNetworkListImpl(NetworkInterfaceList* networks,
|
| }
|
|
|
| if (address.FromSockAddr(addr, addr_size)) {
|
| - uint8 prefix_length = 0;
|
| + uint8_t prefix_length = 0;
|
| if (interface->ifa_netmask) {
|
| // If not otherwise set, assume the same sa_family as ifa_addr.
|
| if (interface->ifa_netmask->sa_family == 0) {
|
|
|