| Index: chrome/utility/profile_import_handler.cc
|
| diff --git a/chrome/utility/profile_import_handler.cc b/chrome/utility/profile_import_handler.cc
|
| index bdc43350457d512768606f0e3a9f5861fb4bba1d..3a55f558da02d7d184122c558d8ee9b2f89863fa 100644
|
| --- a/chrome/utility/profile_import_handler.cc
|
| +++ b/chrome/utility/profile_import_handler.cc
|
| @@ -45,7 +45,7 @@ void ProfileImportHandler::OnImportStart(
|
| bridge_ = new ExternalProcessImporterBridge(
|
| localized_strings,
|
| content::UtilityThread::Get(),
|
| - base::MessageLoopProxy::current().get());
|
| + base::ThreadTaskRunnerHandle::Get().get());
|
| importer_ = importer::CreateImporterByType(source_profile.importer_type);
|
| if (!importer_.get()) {
|
| Send(new ProfileImportProcessHostMsg_Import_Finished(
|
|
|