| 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..d2e0a5fb53feb91edcda05ab544fd85fa97ade95 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.h
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.h
|
| @@ -255,7 +255,7 @@ class ExistingUserController : public LoginDisplay::Delegate,
|
| AuthStatusConsumer* auth_status_consumer_;
|
|
|
| // Username of the last login attempt.
|
| - std::string last_login_attempt_username_;
|
| + AccountId last_login_attempt_account_;
|
|
|
| // OOBE/login display host.
|
| LoginDisplayHost* host_;
|
|
|