Index: net/base/net_util.h |
diff --git a/net/base/net_util.h b/net/base/net_util.h |
index c74dfd2ea48486b08e16be9fdb700b9d99f06bd0..39cb6abdc9caef02a5b3b3532d5efddeb4d1df33 100644 |
--- a/net/base/net_util.h |
+++ b/net/base/net_util.h |
@@ -447,7 +447,7 @@ struct NET_EXPORT NetworkInterface { |
uint32 interface_index, |
NetworkChangeNotifier::ConnectionType type, |
const IPAddressNumber& address, |
- size_t network_prefix); |
+ uint32 network_prefix); |
~NetworkInterface(); |
std::string name; |
@@ -455,7 +455,7 @@ struct NET_EXPORT NetworkInterface { |
uint32 interface_index; // Always 0 on Android. |
NetworkChangeNotifier::ConnectionType type; |
IPAddressNumber address; |
- size_t network_prefix; |
+ uint32 network_prefix; |
}; |
typedef std::vector<NetworkInterface> NetworkInterfaceList; |