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

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

Issue 474433003: Cleaner organization of WifiDataProvider code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rabase and rename arguments to manager 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
« no previous file with comments | « no previous file | content/browser/geolocation/empty_wifi_data_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | content/browser/geolocation/empty_wifi_data_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698