| Index: chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| index e2f796f36859b3b4cd1dfbd505379c7918f75bf1..d878e3a73d661cba1f9d4fc951444dfe0c59cfe6 100644
|
| --- a/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc
|
| @@ -258,7 +258,7 @@ void ManageProfileHandler::DeleteProfile(const ListValue* args) {
|
| return;
|
|
|
| Browser* browser =
|
| - browser::FindBrowserWithWebContents(web_ui()->GetWebContents());
|
| + chrome::FindBrowserWithWebContents(web_ui()->GetWebContents());
|
| chrome::HostDesktopType desktop_type = chrome::HOST_DESKTOP_TYPE_NATIVE;
|
| if (browser)
|
| desktop_type = browser->host_desktop_type();
|
|
|