| Index: chrome/browser/chromeos/login/test_attempt_state.cc
|
| diff --git a/chrome/browser/chromeos/login/test_attempt_state.cc b/chrome/browser/chromeos/login/test_attempt_state.cc
|
| index c6e68e94ee29e075ce436bb4b054718bec696634..25a51d3d7a51de0181f794099eeee0bbf5c95897 100644
|
| --- a/chrome/browser/chromeos/login/test_attempt_state.cc
|
| +++ b/chrome/browser/chromeos/login/test_attempt_state.cc
|
| @@ -10,15 +10,13 @@
|
|
|
| namespace chromeos {
|
|
|
| -TestAttemptState::TestAttemptState(const std::string& username,
|
| - const std::string& password,
|
| +TestAttemptState::TestAttemptState(const UserCredentials& credentials,
|
| const std::string& ascii_hash,
|
| const std::string& login_token,
|
| const std::string& login_captcha,
|
| const User::UserType user_type,
|
| const bool user_is_new)
|
| - : AuthAttemptState(username,
|
| - password,
|
| + : AuthAttemptState(credentials,
|
| ascii_hash,
|
| login_token,
|
| login_captcha,
|
|
|