| Index: chrome/browser/chromeos/login/lock/screen_locker_tester.h
|
| diff --git a/chrome/browser/chromeos/login/lock/screen_locker_tester.h b/chrome/browser/chromeos/login/lock/screen_locker_tester.h
|
| index 868a14cfe88aec0e3807430b76782643b3a2f257..a6e4014aa04752458b2d6495d828a323921f79d9 100644
|
| --- a/chrome/browser/chromeos/login/lock/screen_locker_tester.h
|
| +++ b/chrome/browser/chromeos/login/lock/screen_locker_tester.h
|
| @@ -29,8 +29,8 @@ class ScreenLockerTester {
|
| // Returns true if the screen is locked.
|
| virtual bool IsLocked();
|
|
|
| - // Injects MockAuthenticator that uses the credentials in |user_context|.
|
| - virtual void InjectMockAuthenticator(const UserContext& user_context);
|
| + // Injects StubAuthenticator that uses the credentials in |user_context|.
|
| + virtual void InjectStubUserContext(const UserContext& user_context);
|
|
|
| // Sets the password text.
|
| virtual void SetPassword(const std::string& password) = 0;
|
|
|