Chromium Code Reviews| Index: content/browser/geolocation/wifi_data_provider_win.h |
| diff --git a/content/browser/geolocation/wifi_data_provider_win.h b/content/browser/geolocation/wifi_data_provider_win.h |
| index c39bd580a79efff85205127f3b2e60191619559f..329a30fdb87b699e9a553de05d3d3d5165dd03a3 100644 |
| --- a/content/browser/geolocation/wifi_data_provider_win.h |
| +++ b/content/browser/geolocation/wifi_data_provider_win.h |
| @@ -10,18 +10,18 @@ |
| namespace content { |
| -class CONTENT_EXPORT Win32WifiDataProvider : public WifiDataProviderCommon { |
| +class CONTENT_EXPORT WifiDataProviderWin32 : public WifiDataProviderCommon { |
|
timvolodine
2014/08/15 18:00:59
is there a reason this is called win32 instead of
|
| public: |
| - Win32WifiDataProvider(); |
| + WifiDataProviderWin32(); |
| private: |
| - virtual ~Win32WifiDataProvider(); |
| + virtual ~WifiDataProviderWin32(); |
| // WifiDataProviderCommon |
| virtual WlanApiInterface* NewWlanApi(); |
| virtual WifiPollingPolicy* NewPollingPolicy(); |
| - DISALLOW_COPY_AND_ASSIGN(Win32WifiDataProvider); |
| + DISALLOW_COPY_AND_ASSIGN(WifiDataProviderWin32); |
| }; |
| } // namespace content |