| Index: net/base/net_util_win.cc
|
| diff --git a/net/base/net_util_win.cc b/net/base/net_util_win.cc
|
| index f415808d8db9f9a471278427f39a096ff68ead56..de85ce59e9174b45406cf8bea62e92d4b63bd9be 100644
|
| --- a/net/base/net_util_win.cc
|
| +++ b/net/base/net_util_win.cc
|
| @@ -138,8 +138,7 @@ bool FileURLToFilePath(const GURL& url, base::FilePath* file_path) {
|
| return true;
|
| }
|
|
|
| -bool GetNetworkList(NetworkInterfaceList* networks,
|
| - HostScopeVirtualInterfacePolicy policy) {
|
| +bool GetNetworkList(NetworkInterfaceList* networks, int policy) {
|
| // GetAdaptersAddresses() may require IO operations.
|
| base::ThreadRestrictions::AssertIOAllowed();
|
| bool is_xp = base::win::GetVersion() < base::win::VERSION_VISTA;
|
|
|