| Index: net/base/net_util_win.h
|
| diff --git a/net/base/net_util_win.h b/net/base/net_util_win.h
|
| index afa888b1320cf25b96be6555cc10acd9196aaa65..b0c2dd6217ee4a5fa095e15a1492b8d2052622ac 100644
|
| --- a/net/base/net_util_win.h
|
| +++ b/net/base/net_util_win.h
|
| @@ -8,10 +8,12 @@
|
| // This file is only used to expose some of the internals
|
| // of net_util_win.cc to tests.
|
|
|
| +#include <iphlpapi.h>
|
| #include <wlanapi.h>
|
|
|
| #include "base/win/scoped_handle.h"
|
| #include "net/base/net_export.h"
|
| +#include "net/base/net_util.h"
|
|
|
| namespace net {
|
| namespace internal {
|
| @@ -78,6 +80,12 @@ struct WlanApiDeleter {
|
| }
|
| };
|
|
|
| +NET_EXPORT bool GetNetworkListImpl(
|
| + NetworkInterfaceList* networks,
|
| + int policy,
|
| + bool is_xp,
|
| + const IP_ADAPTER_ADDRESSES* ip_adapter_addresses);
|
| +
|
| } // namespace internal
|
|
|
| } // namespace net
|
|
|