Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1147)

Unified Diff: content/browser/geolocation/wifi_data_provider_win.h

Issue 476133003: Rename platform specific wifi data provider classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reanem unittest file for consistency. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..d67798d5711571ae2656b303f7cf9044bdfdd6fa 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 WifiDataProviderWin : public WifiDataProviderCommon {
public:
- Win32WifiDataProvider();
+ WifiDataProviderWin();
private:
- virtual ~Win32WifiDataProvider();
+ virtual ~WifiDataProviderWin();
// WifiDataProviderCommon
virtual WlanApiInterface* NewWlanApi();
virtual WifiPollingPolicy* NewPollingPolicy();
- DISALLOW_COPY_AND_ASSIGN(Win32WifiDataProvider);
+ DISALLOW_COPY_AND_ASSIGN(WifiDataProviderWin);
};
} // namespace content
« no previous file with comments | « content/browser/geolocation/wifi_data_provider_unittest_win.cc ('k') | content/browser/geolocation/wifi_data_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698