| Index: content/browser/geolocation/empty_wifi_data_provider.h
|
| diff --git a/content/browser/geolocation/empty_wifi_data_provider.h b/content/browser/geolocation/empty_wifi_data_provider.h
|
| index a02ed2bc9b7fe574950a1869255ed88058e0c3cf..d1278c8f1be8392bc624e56b1c84385b678a9a37 100644
|
| --- a/content/browser/geolocation/empty_wifi_data_provider.h
|
| +++ b/content/browser/geolocation/empty_wifi_data_provider.h
|
| @@ -9,13 +9,13 @@
|
|
|
| namespace content {
|
|
|
| -// An implementation of WifiDataProviderImplBase that does not provide any
|
| +// An implementation of WifiDataProvider that does not provide any
|
| // data. Used on platforms where a real implementation is not available.
|
| -class EmptyWifiDataProvider : public WifiDataProviderImplBase {
|
| +class EmptyWifiDataProvider : public WifiDataProvider {
|
| public:
|
| EmptyWifiDataProvider();
|
|
|
| - // WifiDataProviderImplBase implementation
|
| + // WifiDataProvider implementation
|
| virtual void StartDataProvider() OVERRIDE { }
|
| virtual void StopDataProvider() OVERRIDE { }
|
| virtual bool GetData(WifiData* data) OVERRIDE;
|
|
|