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

Unified Diff: content/browser/geolocation/location_arbitrator_impl.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/location_arbitrator_impl.h
diff --git a/content/browser/geolocation/location_arbitrator_impl.h b/content/browser/geolocation/location_arbitrator_impl.h
index 21ba90e98e394f28f5d15ecdbc576e6965805ec6..45682abc43b9a90549be9a04a814920867ff70c9 100644
--- a/content/browser/geolocation/location_arbitrator_impl.h
+++ b/content/browser/geolocation/location_arbitrator_impl.h
@@ -42,10 +42,10 @@ class CONTENT_EXPORT LocationArbitratorImpl : public LocationArbitrator {
static GURL DefaultNetworkProviderURL();
// LocationArbitrator
- virtual void StartProviders(bool use_high_accuracy) OVERRIDE;
- virtual void StopProviders() OVERRIDE;
- virtual void OnPermissionGranted() OVERRIDE;
- virtual bool HasPermissionBeenGranted() const OVERRIDE;
+ virtual void StartProviders(bool use_high_accuracy) override;
+ virtual void StopProviders() override;
+ virtual void OnPermissionGranted() override;
+ virtual bool HasPermissionBeenGranted() const override;
protected:
AccessTokenStore* GetAccessTokenStore();

Powered by Google App Engine
This is Rietveld 408576698