diff options
Diffstat (limited to 'chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc')
-rw-r--r-- | chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc b/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc index fe03da2..3d93e67 100644 --- a/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc +++ b/chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc @@ -117,8 +117,8 @@ void SandboxedZipAnalyzer::StartProcessOnIOThread() { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); utility_process_host_ = content::UtilityProcessHost::Create( this, - BrowserThread::GetMessageLoopProxyForThread( - BrowserThread::IO))->AsWeakPtr(); + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO).get()) + ->AsWeakPtr(); utility_process_host_->Send(new ChromeUtilityMsg_StartupPing); // Wait for the startup notification before sending the main IPC to the // utility process, so that we can dup the file handle. |