Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1567)

Unified Diff: chrome/utility/profile_import_handler.cc

Issue 2283373002: Remove unneeded scoped_refptr<>::get() on method binding (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_)));
}
« no previous file with comments | « chrome/service/cloud_print/printer_job_handler.cc ('k') | components/history/core/browser/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698