| Index: chrome/utility/profile_import_handler.cc
|
| diff --git a/chrome/utility/profile_import_handler.cc b/chrome/utility/profile_import_handler.cc
|
| index 98b6b74fcefec1699311883ff6c44672d1510720..6c09dd3479fb856c28b7c6ad3d9c9d67e96cf819 100644
|
| --- a/chrome/utility/profile_import_handler.cc
|
| +++ b/chrome/utility/profile_import_handler.cc
|
| @@ -70,7 +70,7 @@ void ProfileImportHandler::OnImportStart(
|
| }
|
| import_thread_->task_runner()->PostTask(
|
| FROM_HERE, base::Bind(&Importer::StartImport, importer_.get(),
|
| - source_profile, items, bridge_));
|
| + source_profile, items, base::RetainedRef(bridge_)));
|
| }
|
|
|
| void ProfileImportHandler::OnImportCancel() {
|
|
|