| Index: content/browser/geolocation/wifi_data_provider_win.cc
|
| diff --git a/content/browser/geolocation/wifi_data_provider_win.cc b/content/browser/geolocation/wifi_data_provider_win.cc
|
| index 9345144438d9bea963b1a371033fee5152979b5a..2250a1f755c5bd640213b036491a51e6b028d963 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_win.cc
|
| +++ b/content/browser/geolocation/wifi_data_provider_win.cc
|
| @@ -32,6 +32,7 @@
|
| #include "base/win/windows_version.h"
|
| #include "content/browser/geolocation/wifi_data_provider_common.h"
|
| #include "content/browser/geolocation/wifi_data_provider_common_win.h"
|
| +#include "content/browser/geolocation/wifi_data_provider_manager.h"
|
|
|
| // Taken from ndis.h for WinCE.
|
| #define NDIS_STATUS_INVALID_LENGTH ((NDIS_STATUS)0xC0010014L)
|
| @@ -159,7 +160,7 @@ bool ResizeBuffer(int requested_size,
|
| bool GetSystemDirectory(base::string16* path);
|
| } // namespace
|
|
|
| -WifiDataProviderImplBase* WifiDataProvider::DefaultFactoryFunction() {
|
| +WifiDataProvider* WifiDataProviderManager::DefaultFactoryFunction() {
|
| return new Win32WifiDataProvider();
|
| }
|
|
|
|
|