| Index: chrome/service/service_utility_process_host.cc
|
| diff --git a/chrome/service/service_utility_process_host.cc b/chrome/service/service_utility_process_host.cc
|
| index 957f3e6c63372c7224a019d46cf25a615481ff64..8389a10a96a5497a437107e172aef7ae7d3e56ac 100644
|
| --- a/chrome/service/service_utility_process_host.cc
|
| +++ b/chrome/service/service_utility_process_host.cc
|
| @@ -95,7 +95,7 @@ class ServiceUtilityProcessHost::PdfToEmfState {
|
| if (!temp_dir_.CreateUniqueTempDir())
|
| return false;
|
| return host_->Send(new ChromeUtilityMsg_RenderPDFPagesToMetafiles(
|
| - IPC::TakeFileHandleForProcess(std::move(pdf_file), host_->handle()),
|
| + IPC::TakePlatformFileForTransit(std::move(pdf_file)),
|
| conversion_settings));
|
| }
|
|
|
|
|