| Index: chrome/browser/chromeos/login/lock/screen_locker_tester.cc
|
| diff --git a/chrome/browser/chromeos/login/lock/screen_locker_tester.cc b/chrome/browser/chromeos/login/lock/screen_locker_tester.cc
|
| index ec370af174b06c9d684fb270dd3435f0071e5fb7..fcf6f9329d1ead61005f4b30d67a8dd8c812ca0d 100644
|
| --- a/chrome/browser/chromeos/login/lock/screen_locker_tester.cc
|
| +++ b/chrome/browser/chromeos/login/lock/screen_locker_tester.cc
|
| @@ -201,10 +201,10 @@ bool ScreenLockerTester::IsLocked() {
|
| }
|
|
|
| void ScreenLockerTester::InjectMockAuthenticator(
|
| - const std::string& user, const std::string& password) {
|
| + const UserContext& user_context) {
|
| DCHECK(ScreenLocker::screen_locker_);
|
| ScreenLocker::screen_locker_->SetAuthenticator(
|
| - new MockAuthenticator(ScreenLocker::screen_locker_, user, password));
|
| + new MockAuthenticator(ScreenLocker::screen_locker_, user_context));
|
| }
|
|
|
| } // namespace test
|
|
|