Index: chrome/utility/profile_import_handler.cc |
diff --git a/chrome/utility/profile_import_handler.cc b/chrome/utility/profile_import_handler.cc |
index c1119efe217b379cf5c9b5b0940b86e62eb55bc0..79cf0bed8fac2f310f589a2bc01f2af4c706746b 100644 |
--- a/chrome/utility/profile_import_handler.cc |
+++ b/chrome/utility/profile_import_handler.cc |
@@ -36,8 +36,9 @@ void ProfileImportHandler::OnImportStart( |
uint16 items, |
const base::DictionaryValue& localized_strings) { |
bridge_ = new ExternalProcessImporterBridge( |
- localized_strings, content::UtilityThread::Get(), |
- base::MessageLoopProxy::current()); |
+ localized_strings, |
+ content::UtilityThread::Get(), |
+ base::MessageLoopProxy::current().get()); |
importer_ = importer::CreateImporterByType(source_profile.importer_type); |
if (!importer_.get()) { |
Send(new ProfileImportProcessHostMsg_Import_Finished( |