| Index: chrome/browser/chromeos/login/auth/mock_authenticator.cc
|
| diff --git a/chrome/browser/chromeos/login/auth/mock_authenticator.cc b/chrome/browser/chromeos/login/auth/mock_authenticator.cc
|
| index 6a6bc6d6e6858eb14e785ad4f2ea688cf367414f..29536b380065427179daf7eac5aee18e3d26012f 100644
|
| --- a/chrome/browser/chromeos/login/auth/mock_authenticator.cc
|
| +++ b/chrome/browser/chromeos/login/auth/mock_authenticator.cc
|
| @@ -48,7 +48,7 @@ void MockAuthenticator::AuthenticateToUnlock(
|
| AuthenticateToLogin(NULL /* not used */, user_context);
|
| }
|
|
|
| -void MockAuthenticator::LoginAsLocallyManagedUser(
|
| +void MockAuthenticator::LoginAsSupervisedUser(
|
| const UserContext& user_context) {
|
| UserContext new_user_context = user_context;
|
| new_user_context.SetUserIDHash(user_context.GetUserID());
|
|
|