| Index: chrome/browser/geolocation/empty_device_data_provider.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/empty_device_data_provider.cc (revision 40894)
|
| +++ chrome/browser/geolocation/empty_device_data_provider.cc (working copy)
|
| @@ -12,7 +12,7 @@
|
| }
|
|
|
| // Only define for platforms that lack a real wifi data provider.
|
| -#if !defined(OS_WIN) && !defined(OS_MACOSX)
|
| +#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_LINUX)
|
| // static
|
| template<>
|
| WifiDataProviderImplBase* WifiDataProvider::DefaultFactoryFunction() {
|
|
|