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

Unified Diff: chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.h

Issue 856493004: Update {virtual,override,final} to follow C++11 style in chrome/browser/chromeos/login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 e3b97afc233b47d50b3ad850a20c9239178c0489..b0386454a1e5aec14c8cc3fba4c020e6199b87de 100644
--- a/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.h
+++ b/chrome/browser/chromeos/login/auth/chrome_cryptohome_authenticator.h
@@ -16,12 +16,12 @@ class ChromeCryptohomeAuthenticator : public CryptohomeAuthenticator {
explicit ChromeCryptohomeAuthenticator(AuthStatusConsumer* consumer);
protected:
- virtual ~ChromeCryptohomeAuthenticator();
+ ~ChromeCryptohomeAuthenticator() override;
- virtual bool IsKnownUser(const UserContext& context) override;
- virtual bool IsSafeMode() override;
- virtual void CheckSafeModeOwnership(const UserContext& context,
- const IsOwnerCallback& callback) override;
+ bool IsKnownUser(const UserContext& context) override;
+ bool IsSafeMode() override;
+ void CheckSafeModeOwnership(const UserContext& context,
+ 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/chrome_login_performer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698