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

Unified Diff: content/browser/geolocation/location_provider_base.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_provider_base.h
diff --git a/content/browser/geolocation/location_provider_base.h b/content/browser/geolocation/location_provider_base.h
index 36d900bd7479f4f79bc0651178c870fea8294e16..196dc5c5dd691c6baece2497033b6d062451fe03 100644
--- a/content/browser/geolocation/location_provider_base.h
+++ b/content/browser/geolocation/location_provider_base.h
@@ -21,8 +21,8 @@ class CONTENT_EXPORT LocationProviderBase
// Overridden from LocationProvider:
virtual void SetUpdateCallback(
- const LocationProviderUpdateCallback& callback) OVERRIDE;
- virtual void RequestRefresh() OVERRIDE;
+ const LocationProviderUpdateCallback& callback) override;
+ virtual void RequestRefresh() override;
private:
LocationProviderUpdateCallback callback_;
« no previous file with comments | « content/browser/geolocation/location_provider_android.h ('k') | content/browser/geolocation/mock_location_arbitrator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698