| Index: chrome/browser/chromeos/login/test_attempt_state.h
|
| diff --git a/chrome/browser/chromeos/login/test_attempt_state.h b/chrome/browser/chromeos/login/test_attempt_state.h
|
| index e79d8e99245bfa071015e61f26c7f181a8764670..45a2d4ee38b2b5bf60ec9680c7649809c59ac030 100644
|
| --- a/chrome/browser/chromeos/login/test_attempt_state.h
|
| +++ b/chrome/browser/chromeos/login/test_attempt_state.h
|
| @@ -17,8 +17,7 @@ namespace chromeos {
|
|
|
| class TestAttemptState : public AuthAttemptState {
|
| public:
|
| - TestAttemptState(const std::string& username,
|
| - const std::string& password,
|
| + TestAttemptState(const UserCredentials& credentials,
|
| const std::string& ascii_hash,
|
| const std::string& login_token,
|
| const std::string& login_captcha,
|
|
|