| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index cbe1829f3be0c7f22e0b4824d8ff97aa86a25923..adff348a2268ff75e411bc35ec99a1356d81bbc9 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -966,7 +966,7 @@ void BrowserOptionsHandler::CreateProfile(const ListValue* args) {
|
| bool create_box_checked;
|
|
|
| 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();
|
|
|