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

Unified Diff: chrome/browser/chromeos/login/fake_login_utils.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/fake_login_utils.h
diff --git a/chrome/browser/chromeos/login/fake_login_utils.h b/chrome/browser/chromeos/login/fake_login_utils.h
index a3cdf7891e551620460da168f43478fa7c69ddcd..0696faf84a54ac6a5bad82f825946f1c30d3553d 100644
--- a/chrome/browser/chromeos/login/fake_login_utils.h
+++ b/chrome/browser/chromeos/login/fake_login_utils.h
@@ -20,15 +20,14 @@ namespace chromeos {
class FakeLoginUtils : public LoginUtils {
public:
FakeLoginUtils();
- virtual ~FakeLoginUtils();
- virtual void DoBrowserLaunch(Profile* profile,
- LoginDisplayHost* login_host) override;
- virtual void PrepareProfile(const UserContext& user_context,
- bool has_cookies,
- bool has_active_session,
- LoginUtils::Delegate* delegate) override;
- virtual void DelegateDeleted(LoginUtils::Delegate* delegate) override;
- virtual scoped_refptr<Authenticator> CreateAuthenticator(
+ ~FakeLoginUtils() override;
+ void DoBrowserLaunch(Profile* profile, LoginDisplayHost* login_host) override;
+ void PrepareProfile(const UserContext& user_context,
+ bool has_cookies,
+ bool has_active_session,
+ LoginUtils::Delegate* delegate) override;
+ void DelegateDeleted(LoginUtils::Delegate* delegate) override;
+ scoped_refptr<Authenticator> CreateAuthenticator(
AuthStatusConsumer* consumer) override;
void SetExpectedCredentials(const UserContext& user_context);

Powered by Google App Engine
This is Rietveld 408576698