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

Unified Diff: chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.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/auth/chrome_cryptohome_authenticator.h
diff --git a/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.h b/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.h
index d90126fd3136cf2772b817669d60f451a078599c..e3b97afc233b47d50b3ad850a20c9239178c0489 100644
--- a/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.h
+++ b/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.h
@@ -18,10 +18,10 @@ class ChromeCryptohomeAuthenticator : public CryptohomeAuthenticator {
protected:
virtual ~ChromeCryptohomeAuthenticator();
- virtual bool IsKnownUser(const UserContext& context) OVERRIDE;
- virtual bool IsSafeMode() OVERRIDE;
+ virtual bool IsKnownUser(const UserContext& context) override;
+ virtual bool IsSafeMode() override;
virtual void CheckSafeModeOwnership(const UserContext& context,
- const IsOwnerCallback& callback) OVERRIDE;
+ const IsOwnerCallback& callback) override;
private:
DISALLOW_COPY_AND_ASSIGN(ChromeCryptohomeAuthenticator);
« no previous file with comments | « chrome/browser/chromeos/login/auth/auth_prewarmer.h ('k') | chrome/browser/chromeos/login/auth/login_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698