| Index: chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h
|
| index 3af31ea7b6ae4c62fc95acf1d5517e2b27f7cb37..7fcc42eb87cd1ae20f3a4858eba4fb76a239c0fe 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/supervised_user_creation_screen_handler.h
|
| @@ -32,7 +32,7 @@ class SupervisedUserCreationScreenHandler : public BaseScreenHandler {
|
|
|
| // Starts supervised user creation flow, with manager identified by
|
| // |manager_id| and |manager_password|.
|
| - virtual void AuthenticateManager(const std::string& manager_id,
|
| + virtual void AuthenticateManager(const AccountId& manager_account_id,
|
| const std::string& manager_password) = 0;
|
|
|
| // Starts supervised user creation flow, with supervised user that would
|
|
|