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

Unified Diff: chrome/browser/geolocation/chrome_access_token_store.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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
« no previous file with comments | « chrome/browser/font_family_cache_unittest.cc ('k') | chrome/browser/geolocation/geolocation_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/geolocation/chrome_access_token_store.h
diff --git a/chrome/browser/geolocation/chrome_access_token_store.h b/chrome/browser/geolocation/chrome_access_token_store.h
index b7b24c05c8dc59628da465b02082b907a9ff1bf4..96211e3736cf46a57775251d680aec338f1365c7 100644
--- a/chrome/browser/geolocation/chrome_access_token_store.h
+++ b/chrome/browser/geolocation/chrome_access_token_store.h
@@ -18,14 +18,14 @@ class ChromeAccessTokenStore : public content::AccessTokenStore {
ChromeAccessTokenStore();
virtual void LoadAccessTokens(
- const LoadAccessTokensCallbackType& request) OVERRIDE;
+ const LoadAccessTokensCallbackType& request) override;
private:
virtual ~ChromeAccessTokenStore();
// AccessTokenStore
virtual void SaveAccessToken(
- const GURL& server_url, const base::string16& access_token) OVERRIDE;
+ const GURL& server_url, const base::string16& access_token) override;
DISALLOW_COPY_AND_ASSIGN(ChromeAccessTokenStore);
};
« no previous file with comments | « chrome/browser/font_family_cache_unittest.cc ('k') | chrome/browser/geolocation/geolocation_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698