| 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 9d485bc0ee2165ea45ae41d877d8b3f4f9a6fe37..5b2d449ce5ab7de409e5d62b209fc1f5ab357409 100644
|
| --- a/chrome/browser/ui/webui/options/import_data_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/import_data_handler.cc
|
| @@ -124,7 +124,7 @@ void ImportDataHandler::ImportData(const ListValue* args) {
|
| Profile* profile = Profile::FromWebUI(web_ui());
|
| importer_host_->StartImportSettings(source_profile, profile,
|
| import_services,
|
| - new ProfileWriter(profile), false);
|
| + new ProfileWriter(profile));
|
|
|
| importer::LogImporterUseToMetrics("ImportDataHandler",
|
| source_profile.importer_type);
|
|
|