| Index: chrome/browser/ui/webui/profile_helper.cc
 | 
| diff --git a/chrome/browser/ui/webui/profile_helper.cc b/chrome/browser/ui/webui/profile_helper.cc
 | 
| index 217cfaf46579b33bdc9755ffa367ab447144a16c..888e7de769c7d736d32bec41698b5433a6af891f 100644
 | 
| --- a/chrome/browser/ui/webui/profile_helper.cc
 | 
| +++ b/chrome/browser/ui/webui/profile_helper.cc
 | 
| @@ -26,7 +26,7 @@ namespace {
 | 
|  void ShowSigninDialog(base::FilePath signin_profile_path,
 | 
|                        Profile* system_profile,
 | 
|                        Profile::CreateStatus status) {
 | 
| -  UserManager::ShowSigninDialog(system_profile, signin_profile_path);
 | 
| +  UserManagerDialog::ShowSigninDialog(system_profile, signin_profile_path);
 | 
|  }
 | 
|  
 | 
|  void DeleteProfileCallback(std::unique_ptr<ScopedKeepAlive> keep_alive,
 | 
| 
 |