| Index: chrome/utility/profile_import_handler.cc
|
| diff --git a/chrome/utility/profile_import_handler.cc b/chrome/utility/profile_import_handler.cc
|
| index a50eaec1b2ce8d88b17012e60ea52f4dbd2ed30f..ba2d45b3cb537879ebac240a77c7b098ba1ad92a 100644
|
| --- a/chrome/utility/profile_import_handler.cc
|
| +++ b/chrome/utility/profile_import_handler.cc
|
| @@ -69,7 +69,7 @@ void ProfileImportHandler::OnImportStart(
|
| ImporterCleanup();
|
| }
|
| import_thread_->task_runner()->PostTask(
|
| - FROM_HERE, base::Bind(&Importer::StartImport, importer_.get(),
|
| + FROM_HERE, base::Bind(&Importer::StartImport, importer_,
|
| source_profile, items, base::RetainedRef(bridge_)));
|
| }
|
|
|
|
|