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 d9c7a50388c2bd4ee3cdd89031ff510ac95c69d9..ea8d19661a404d925fb2f5392e641284dd64d307 100644 |
--- a/chrome/browser/chromeos/login/existing_user_controller.h |
+++ b/chrome/browser/chromeos/login/existing_user_controller.h |
@@ -254,8 +254,8 @@ |
// Tests can use this to receive authentication status events. |
AuthStatusConsumer* auth_status_consumer_; |
- // AccountId of the last login attempt. |
- AccountId last_login_attempt_account_id_ = EmptyAccountId(); |
+ // Username of the last login attempt. |
+ std::string last_login_attempt_username_; |
// OOBE/login display host. |
LoginDisplayHost* host_; |