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); |