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

Unified Diff: remoting/client/token_fetcher_proxy.h

Issue 628753002: replace OVERRIDE and FINAL with override and final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 | « remoting/client/software_video_renderer.cc ('k') | remoting/codec/audio_decoder_opus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/token_fetcher_proxy.h
diff --git a/remoting/client/token_fetcher_proxy.h b/remoting/client/token_fetcher_proxy.h
index f7cec09bbca63fcb2495612ccf82460847a31e9d..708bf81bf5502cce688f2075371911493fce5f8c 100644
--- a/remoting/client/token_fetcher_proxy.h
+++ b/remoting/client/token_fetcher_proxy.h
@@ -28,7 +28,7 @@ class TokenFetcherProxy
virtual void FetchThirdPartyToken(
const GURL& token_url,
const std::string& scope,
- const TokenFetchedCallback& token_fetched_callback) OVERRIDE;
+ const TokenFetchedCallback& token_fetched_callback) override;
// Called by the token fetching implementation when the token is fetched.
void OnTokenFetched(const std::string& token,
« no previous file with comments | « remoting/client/software_video_renderer.cc ('k') | remoting/codec/audio_decoder_opus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698