Index: net/base/network_interfaces_win.cc |
diff --git a/net/base/network_interfaces_win.cc b/net/base/network_interfaces_win.cc |
index e2383c7e413d4e00e7ff1902ae6c23534c9af898..ec9aeeb19f713f4a3b2a6ed474e02184cc8279cf 100644 |
--- a/net/base/network_interfaces_win.cc |
+++ b/net/base/network_interfaces_win.cc |
@@ -146,7 +146,7 @@ bool GetNetworkListImpl(NetworkInterfaceList* networks, |
continue; |
} |
- uint32 index = |
+ uint32_t index = |
(family == AF_INET) ? adapter->IfIndex : adapter->Ipv6IfIndex; |
// From http://technet.microsoft.com/en-us/ff568768(v=vs.60).aspx, the |