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

Unified Diff: chromeos/login/auth/online_attempt.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (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
« no previous file with comments | « chromeos/login/auth/mock_url_fetchers.h ('k') | chromeos/login/auth/online_attempt_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/auth/online_attempt.h
diff --git a/chromeos/login/auth/online_attempt.h b/chromeos/login/auth/online_attempt.h
index 251fe0a2012227d041adec2141a2cbd39fc4b716..e03684b8c5e2ab4f14809eccc2e5ffe631c93c03 100644
--- a/chromeos/login/auth/online_attempt.h
+++ b/chromeos/login/auth/online_attempt.h
@@ -41,9 +41,9 @@ class CHROMEOS_EXPORT OnlineAttempt : public GaiaAuthConsumer {
// GaiaAuthConsumer overrides. Callbacks from GaiaAuthFetcher
virtual void OnClientLoginFailure(
- const GoogleServiceAuthError& error) OVERRIDE;
+ const GoogleServiceAuthError& error) override;
virtual void OnClientLoginSuccess(
- const GaiaAuthConsumer::ClientLoginResult& credentials) OVERRIDE;
+ const GaiaAuthConsumer::ClientLoginResult& credentials) override;
private:
FRIEND_TEST_ALL_PREFIXES(OnlineAttemptTest, LoginSuccess);
« no previous file with comments | « chromeos/login/auth/mock_url_fetchers.h ('k') | chromeos/login/auth/online_attempt_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698