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

Unified Diff: chromeos/login/auth/test_attempt_state.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/online_attempt_host.h ('k') | chromeos/login/login_state_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chromeos/login/auth/online_attempt_host.h ('k') | chromeos/login/login_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698