| 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..b35219ed57e74f4c074fc8664e96db6c7bfd8198 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());
 | 
| +  UserManagerDialog::ShowSigninDialog(
 | 
| +      web_ui()->GetWebContents()->GetBrowserContext(), profile->GetPath());
 | 
|  }
 | 
|  
 | 
|  void SigninCreateProfileHandler::ShowProfileCreationError(
 | 
| 
 |