| Index: chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
|
| diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
|
| index d51a8edb7246685ba84a066d758aad8cf0f72063..6c975d9c9db558f71c09fc9b1aa702b17f49a725 100644
|
| --- a/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
|
| +++ b/chrome/browser/chromeos/login/supervised/supervised_user_creation_screen.h
|
| @@ -88,7 +88,7 @@ class SupervisedUserCreationScreen
|
| void ImportSupervisedUser(const std::string& user_id) override;
|
| void ImportSupervisedUserWithPassword(const std::string& user_id,
|
| const std::string& password) override;
|
| - void AuthenticateManager(const std::string& manager_id,
|
| + void AuthenticateManager(const AccountId& manager_id,
|
| const std::string& manager_password) override;
|
| void AbortFlow() override;
|
| void FinishFlow() override;
|
|
|