| Index: chrome/browser/ui/webui/options/import_data_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/import_data_handler.cc b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| index 94aab5bd9f7473af6151b134e11a42971da98bed..b981e15b649f0aabc2c96c1723f2fbd69f28f306 100644
|
| --- a/chrome/browser/ui/webui/options/import_data_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| @@ -119,7 +119,7 @@ void ImportDataHandler::ImportData(const ListValue* args) {
|
| #endif
|
| importer_host_->SetObserver(this);
|
| importer_host_->set_browser(
|
| - browser::FindBrowserWithWebContents(web_ui()->GetWebContents()));
|
| + chrome::FindBrowserWithWebContents(web_ui()->GetWebContents()));
|
| Profile* profile = Profile::FromWebUI(web_ui());
|
| importer_host_->StartImportSettings(source_profile, profile,
|
| import_services,
|
|
|