| 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..a026e24d194b109304c21a83b048a6ee98713fc0 100644
|
| --- a/chrome/browser/ui/webui/profile_helper.cc
|
| +++ b/chrome/browser/ui/webui/profile_helper.cc
|
| @@ -26,7 +26,8 @@ namespace {
|
| void ShowSigninDialog(base::FilePath signin_profile_path,
|
| Profile* system_profile,
|
| Profile::CreateStatus status) {
|
| - UserManager::ShowSigninDialog(system_profile, signin_profile_path);
|
| + UserManagerProfileDialog::ShowSigninDialog(system_profile,
|
| + signin_profile_path);
|
| }
|
|
|
| void DeleteProfileCallback(std::unique_ptr<ScopedKeepAlive> keep_alive,
|
|
|