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

Unified Diff: chromecast/shell/browser/geolocation/cast_access_token_store.h

Issue 630663003: replace OVERRIDE and FINAL with override and final in chromecast/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chromecast/shell/browser/geolocation/cast_access_token_store.h
diff --git a/chromecast/shell/browser/geolocation/cast_access_token_store.h b/chromecast/shell/browser/geolocation/cast_access_token_store.h
index 4ec069b58f96691888a5e3aa12e684cc79d425f1..215aae33d1f34f5dfc12dbe368ea3bbe300fe643 100644
--- a/chromecast/shell/browser/geolocation/cast_access_token_store.h
+++ b/chromecast/shell/browser/geolocation/cast_access_token_store.h
@@ -26,9 +26,9 @@ class CastAccessTokenStore : public content::AccessTokenStore {
// AccessTokenStore implementation:
virtual void LoadAccessTokens(
- const LoadAccessTokensCallbackType& callback) OVERRIDE;
+ const LoadAccessTokensCallbackType& callback) override;
virtual void SaveAccessToken(
- const GURL& server_url, const base::string16& access_token) OVERRIDE;
+ const GURL& server_url, const base::string16& access_token) override;
void GetRequestContextGetterOnUIThread();
void RespondOnOriginatingThread();
« no previous file with comments | « chromecast/shell/browser/devtools/remote_debugging_server.cc ('k') | chromecast/shell/browser/test/chromecast_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698