| Index: chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc
|
| diff --git a/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc b/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc
|
| index f0ad87cc4287a5b51cf7123e33dffd82b937ac8d..1779e4ee396fa35549ce24d30ee85e2be2bf0bef 100644
|
| --- a/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc
|
| +++ b/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc
|
| @@ -148,9 +148,8 @@ void SandboxedZipAnalyzer::OnUtilityProcessStarted() {
|
| utility_process_host_->Send(
|
| new ChromeUtilityMsg_AnalyzeZipFileForDownloadProtection(
|
| IPC::TakeFileHandleForProcess(std::move(zip_file_), utility_process),
|
| - IPC::GetFileHandleForProcess(temp_file_.GetPlatformFile(),
|
| - utility_process,
|
| - false /* !close_source_handle */)));
|
| + IPC::GetPlatformFileForTransit(temp_file_.GetPlatformFile(),
|
| + false /* !close_source_handle */)));
|
| }
|
|
|
| void SandboxedZipAnalyzer::OnAnalyzeZipFileFinished(
|
|
|