| Index: chrome/browser/chromeos/login/existing_user_controller.h
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
|
| index ea8d19661a404d925fb2f5392e641284dd64d307..d9c7a50388c2bd4ee3cdd89031ff510ac95c69d9 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.h
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.h
|
| @@ -254,8 +254,8 @@ class ExistingUserController : public LoginDisplay::Delegate,
|
| // Tests can use this to receive authentication status events.
|
| AuthStatusConsumer* auth_status_consumer_;
|
|
|
| - // Username of the last login attempt.
|
| - std::string last_login_attempt_username_;
|
| + // AccountId of the last login attempt.
|
| + AccountId last_login_attempt_account_id_ = EmptyAccountId();
|
|
|
| // OOBE/login display host.
|
| LoginDisplayHost* host_;
|
|
|