Chromium Code Reviews| 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..02673492b4444576a09e8bd25a1e0966d830d85a 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. |
|
achuithb
2015/10/28 23:11:45
AccountId
Alexander Alekseev
2015/10/29 02:00:40
Done.
|
| - std::string last_login_attempt_username_; |
| + AccountId last_login_attempt_account_id_ = EmptyAccountId(); |
| // OOBE/login display host. |
| LoginDisplayHost* host_; |