Index: chromeos/login/auth/test_attempt_state.h |
diff --git a/chromeos/login/auth/test_attempt_state.h b/chromeos/login/auth/test_attempt_state.h |
index 43e51ee3e59d66bc16683f4b3338f4a05f39a8e1..cebe9d79725628be221b288381d892b5ea4e2651 100644 |
--- a/chromeos/login/auth/test_attempt_state.h |
+++ b/chromeos/login/auth/test_attempt_state.h |
@@ -32,13 +32,13 @@ class CHROMEOS_EXPORT TestAttemptState : public AuthAttemptState { |
cryptohome::MountError cryptohome_code); |
// To allow state to be queried on the main thread during tests. |
- virtual bool online_complete() OVERRIDE; |
- virtual const AuthFailure& online_outcome() OVERRIDE; |
- virtual bool is_first_time_user() OVERRIDE; |
- virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy() OVERRIDE; |
- virtual bool cryptohome_complete() OVERRIDE; |
- virtual bool cryptohome_outcome() OVERRIDE; |
- virtual cryptohome::MountError cryptohome_code() OVERRIDE; |
+ virtual bool online_complete() override; |
+ virtual const AuthFailure& online_outcome() override; |
+ virtual bool is_first_time_user() override; |
+ virtual GaiaAuthFetcher::HostedAccountsSetting hosted_policy() override; |
+ virtual bool cryptohome_complete() override; |
+ virtual bool cryptohome_outcome() override; |
+ virtual cryptohome::MountError cryptohome_code() override; |
private: |
DISALLOW_COPY_AND_ASSIGN(TestAttemptState); |