Index: chrome/browser/local_discovery/privet_traffic_detector.cc |
diff --git a/chrome/browser/local_discovery/privet_traffic_detector.cc b/chrome/browser/local_discovery/privet_traffic_detector.cc |
index 5b41342ed28a27ad8c7becf70eba58af4414bc98..c6a56c6b4b3a1a42a3247e1d844488b03504ef22 100644 |
--- a/chrome/browser/local_discovery/privet_traffic_detector.cc |
+++ b/chrome/browser/local_discovery/privet_traffic_detector.cc |
@@ -40,7 +40,8 @@ void GetNetworkListOnFileThread( |
net::IPAddressNumber localhost_prefix(4, 0); |
localhost_prefix[0] = 127; |
ip4_networks.push_back( |
- net::NetworkInterface("lo", "lo", 0, localhost_prefix, 8)); |
+ net::NetworkInterface("lo", "lo", 0, net::NETWORK_INTERFACE_UNKNOWN, |
+ localhost_prefix, 8)); |
content::BrowserThread::PostTask(content::BrowserThread::IO, FROM_HERE, |
base::Bind(callback, ip4_networks)); |
} |