| Index: content/browser/geolocation/wifi_data_provider_common.h
|
| diff --git a/content/browser/geolocation/wifi_data_provider_common.h b/content/browser/geolocation/wifi_data_provider_common.h
|
| index befdb6921145a95b5eebb95d40b6c0c0a834db69..b9a91e18b77b3806b37e2b005781440e3d50b58f 100644
|
| --- a/content/browser/geolocation/wifi_data_provider_common.h
|
| +++ b/content/browser/geolocation/wifi_data_provider_common.h
|
| @@ -25,7 +25,7 @@ base::string16 MacAddressAsString16(const uint8 mac_as_int[6]);
|
| // do polling behavior is taken care of by this base class, and all the platform
|
| // need do is provide the underlying WLAN access API and polling policy.
|
| // Also designed this way for ease of testing the cross-platform behavior.
|
| -class CONTENT_EXPORT WifiDataProviderCommon : public WifiDataProviderImplBase {
|
| +class CONTENT_EXPORT WifiDataProviderCommon : public WifiDataProvider {
|
| public:
|
| // Interface to abstract the low level data OS library call, and to allow
|
| // mocking (hence public).
|
| @@ -38,7 +38,7 @@ class CONTENT_EXPORT WifiDataProviderCommon : public WifiDataProviderImplBase {
|
|
|
| WifiDataProviderCommon();
|
|
|
| - // WifiDataProviderImplBase implementation
|
| + // WifiDataProvider implementation
|
| virtual void StartDataProvider() OVERRIDE;
|
| virtual void StopDataProvider() OVERRIDE;
|
| virtual bool GetData(WifiData* data) OVERRIDE;
|
|
|