| Index: content/browser/geolocation/wifi_data_provider_mac.h
|
| diff --git a/content/browser/geolocation/wifi_data_provider_mac.h b/content/browser/geolocation/wifi_data_provider_mac.h
|
| index e36bd8ca584359726038f7c9688bca8aa8de534d..ebb0030df2f2875c43767a37f7d6db91e272df4c 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_mac.h
|
| +++ b/content/browser/geolocation/wifi_data_provider_mac.h
|
| @@ -21,7 +21,7 @@ class MacWifiDataProvider : public WifiDataProviderCommon {
|
|
|
| // WifiDataProviderCommon
|
| virtual WlanApiInterface* NewWlanApi() OVERRIDE;
|
| - virtual PollingPolicyInterface* NewPollingPolicy() OVERRIDE;
|
| + virtual WifiPollingPolicy* NewPollingPolicy() OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(MacWifiDataProvider);
|
| };
|
|
|