Index: net/base/net_util.h |
diff --git a/net/base/net_util.h b/net/base/net_util.h |
index 1d6d57e01109853bc4b6b702f7060d5e093f2502..9e9dbad4613914bf257bd274edb692c79e947ee3 100644 |
--- a/net/base/net_util.h |
+++ b/net/base/net_util.h |
@@ -468,7 +468,7 @@ struct NET_EXPORT NetworkInterface { |
uint32 interface_index, |
NetworkChangeNotifier::ConnectionType type, |
const IPAddressNumber& address, |
- uint32 network_prefix, |
+ uint32 prefix_length, |
int ip_address_attributes); |
~NetworkInterface(); |
@@ -477,7 +477,7 @@ struct NET_EXPORT NetworkInterface { |
uint32 interface_index; // Always 0 on Android. |
NetworkChangeNotifier::ConnectionType type; |
IPAddressNumber address; |
- uint32 network_prefix; |
+ uint32 prefix_length; |
int ip_address_attributes; // Combination of |IPAddressAttributes|. |
}; |