| Index: chrome/browser/chromeos/login/test_login_utils.h
|
| diff --git a/chrome/browser/chromeos/login/test_login_utils.h b/chrome/browser/chromeos/login/test_login_utils.h
|
| index 8b62460bb034815f4eb722f608047de1f2a72958..7954baaa3b4db4f4455b0276cc17dd1ef199e15e 100644
|
| --- a/chrome/browser/chromeos/login/test_login_utils.h
|
| +++ b/chrome/browser/chromeos/login/test_login_utils.h
|
| @@ -25,19 +25,19 @@ class TestLoginUtils : public LoginUtils {
|
|
|
| // LoginUtils:
|
| virtual void RespectLocalePreference(Profile* profile,
|
| - const base::Closure& callback) OVERRIDE;
|
| + const base::Closure& callback) override;
|
| virtual void DoBrowserLaunch(Profile* profile,
|
| - LoginDisplayHost* login_host) OVERRIDE {}
|
| + LoginDisplayHost* login_host) override {}
|
| virtual void PrepareProfile(const UserContext& user_context,
|
| bool has_auth_cookies,
|
| bool has_active_session,
|
| - Delegate* delegate) OVERRIDE;
|
| - virtual void DelegateDeleted(Delegate* delegate) OVERRIDE;
|
| - virtual void CompleteOffTheRecordLogin(const GURL& start_url) OVERRIDE {}
|
| + Delegate* delegate) override;
|
| + virtual void DelegateDeleted(Delegate* delegate) override;
|
| + virtual void CompleteOffTheRecordLogin(const GURL& start_url) override {}
|
| virtual scoped_refptr<Authenticator> CreateAuthenticator(
|
| - AuthStatusConsumer* consumer) OVERRIDE;
|
| + AuthStatusConsumer* consumer) override;
|
| virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile,
|
| - bool early_restart) OVERRIDE;
|
| + bool early_restart) override;
|
|
|
| private:
|
| UserContext expected_user_context_;
|
|
|