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

Unified Diff: chrome/browser/chromeos/login/signin/oauth2_token_fetcher.h

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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: chrome/browser/chromeos/login/signin/oauth2_token_fetcher.h
diff --git a/chrome/browser/chromeos/login/signin/oauth2_token_fetcher.h b/chrome/browser/chromeos/login/signin/oauth2_token_fetcher.h
index ceda7c1c092794dfc6adf5aff6472ec0fe12b1e0..c02db1032046d9686662513c67cd1cf7be69e669 100644
--- a/chrome/browser/chromeos/login/signin/oauth2_token_fetcher.h
+++ b/chrome/browser/chromeos/login/signin/oauth2_token_fetcher.h
@@ -53,9 +53,9 @@ class OAuth2TokenFetcher : public base::SupportsWeakPtr<OAuth2TokenFetcher>,
// GaiaAuthConsumer overrides.
virtual void OnClientOAuthSuccess(
- const GaiaAuthConsumer::ClientOAuthResult& result) OVERRIDE;
+ const GaiaAuthConsumer::ClientOAuthResult& result) override;
virtual void OnClientOAuthFailure(
- const GoogleServiceAuthError& error) OVERRIDE;
+ const GoogleServiceAuthError& error) override;
OAuth2TokenFetcher::Delegate* delegate_;
GaiaAuthConsumer::ClientOAuthResult oauth_tokens_;

Powered by Google App Engine
This is Rietveld 408576698