| Index: content/browser/geolocation/wifi_data_provider_linux.h
|
| diff --git a/content/browser/geolocation/wifi_data_provider_linux.h b/content/browser/geolocation/wifi_data_provider_linux.h
|
| index 526f61074af5662c11c4cc19246acedd798e6b8b..40f6f14e75f7cde6a9efb7f0e0c4a1b5d24cb34d 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_linux.h
|
| +++ b/content/browser/geolocation/wifi_data_provider_linux.h
|
| @@ -26,7 +26,7 @@ class CONTENT_EXPORT WifiDataProviderLinux : public WifiDataProviderCommon {
|
|
|
| // WifiDataProviderCommon
|
| virtual WlanApiInterface* NewWlanApi() OVERRIDE;
|
| - virtual PollingPolicyInterface* NewPollingPolicy() OVERRIDE;
|
| + virtual WifiPollingPolicy* NewPollingPolicy() OVERRIDE;
|
|
|
| // For testing.
|
| WlanApiInterface* NewWlanApiForTesting(dbus::Bus* bus);
|
|
|