| Index: chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
|
| diff --git a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
|
| index 163557664f86df39a8701e8abc9bc73d7c715dbb..299151962f28f15447a83bbcab17afbbc5bfcb9b 100644
|
| --- a/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
|
| +++ b/chrome/browser/ui/webui/signin/signin_create_profile_handler.cc
|
| @@ -429,8 +429,8 @@ void SigninCreateProfileHandler::OpenNewWindowForProfile(
|
| }
|
|
|
| void SigninCreateProfileHandler::OpenSigninDialogForProfile(Profile* profile) {
|
| - UserManager::ShowSigninDialog(web_ui()->GetWebContents()->GetBrowserContext(),
|
| - profile->GetPath());
|
| + UserManagerProfileDialog::ShowSigninDialog(
|
| + web_ui()->GetWebContents()->GetBrowserContext(), profile->GetPath());
|
| }
|
|
|
| void SigninCreateProfileHandler::ShowProfileCreationError(
|
|
|