| Index: chrome/browser/printing/pdf_to_emf_converter.cc
|
| diff --git a/chrome/browser/printing/pdf_to_emf_converter.cc b/chrome/browser/printing/pdf_to_emf_converter.cc
|
| index 676459da0f055e13258b70f3f489028a51098c51..e07bf6ab9ff43d9b9efb2feab03f7f3e36e1d37d 100644
|
| --- a/chrome/browser/printing/pdf_to_emf_converter.cc
|
| +++ b/chrome/browser/printing/pdf_to_emf_converter.cc
|
| @@ -306,8 +306,7 @@ void PdfToEmfUtilityProcessHostClient::Start(
|
| // generate when sent to a metafile DC.
|
| utility_process_host_ =
|
| content::UtilityProcessHost::Create(
|
| - this, base::MessageLoop::current()->message_loop_proxy())
|
| - ->AsWeakPtr();
|
| + this, base::MessageLoop::current()->task_runner())->AsWeakPtr();
|
| utility_process_host_->SetName(l10n_util::GetStringUTF16(
|
| IDS_UTILITY_PROCESS_EMF_CONVERTOR_NAME));
|
| // Should reply with OnProcessStarted().
|
|
|