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

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

Issue 631053003: Replacing the OVERRIDE with override and FINAL with final in content/browser/geolocation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved mac issue Created 6 years, 2 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_common.h
diff --git a/content/browser/geolocation/wifi_data_provider_common.h b/content/browser/geolocation/wifi_data_provider_common.h
index b9a91e18b77b3806b37e2b005781440e3d50b58f..61939c52f2e02ddb74b22ce211231540881d8305 100644
--- a/content/browser/geolocation/wifi_data_provider_common.h
+++ b/content/browser/geolocation/wifi_data_provider_common.h
@@ -39,9 +39,9 @@ class CONTENT_EXPORT WifiDataProviderCommon : public WifiDataProvider {
WifiDataProviderCommon();
// WifiDataProvider implementation
- virtual void StartDataProvider() OVERRIDE;
- virtual void StopDataProvider() OVERRIDE;
- virtual bool GetData(WifiData* data) OVERRIDE;
+ virtual void StartDataProvider() override;
+ virtual void StopDataProvider() override;
+ virtual bool GetData(WifiData* data) override;
protected:
virtual ~WifiDataProviderCommon();

Powered by Google App Engine
This is Rietveld 408576698