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); |