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

Unified Diff: content/browser/geolocation/wifi_data_provider_mac.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_mac.h
diff --git a/content/browser/geolocation/wifi_data_provider_mac.h b/content/browser/geolocation/wifi_data_provider_mac.h
index e99164899e7ea7bfacb0d8cc30d7beae273af804..4116a8991933eab0c5c2027c2cb556659317f40c 100644
--- a/content/browser/geolocation/wifi_data_provider_mac.h
+++ b/content/browser/geolocation/wifi_data_provider_mac.h
@@ -20,8 +20,8 @@ class WifiDataProviderMac : public WifiDataProviderCommon {
virtual ~WifiDataProviderMac();
// WifiDataProviderCommon
- virtual WlanApiInterface* NewWlanApi() OVERRIDE;
- virtual WifiPollingPolicy* NewPollingPolicy() OVERRIDE;
+ virtual WlanApiInterface* NewWlanApi() override;
+ virtual WifiPollingPolicy* NewPollingPolicy() override;
DISALLOW_COPY_AND_ASSIGN(WifiDataProviderMac);
};
« no previous file with comments | « content/browser/geolocation/wifi_data_provider_linux.cc ('k') | content/browser/geolocation/wifi_data_provider_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698