Index: chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc |
diff --git a/chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc b/chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc |
index 8377e7b2e603b4878bc4737bad16d36250986811..4aaa3ac500d6dd0b40ec8ad29b115ba4ab23946b 100644 |
--- a/chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc |
+++ b/chrome/browser/safe_browsing/sandboxed_dmg_analyzer_mac.cc |
@@ -59,8 +59,8 @@ void SandboxedDMGAnalyzer::StartAnalysis() { |
DCHECK_CURRENTLY_ON(BrowserThread::IO); |
content::UtilityProcessHost* utility_process_host = |
- content::UtilityProcessHost::Create(this, |
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)); |
+ content::UtilityProcessHost::Create( |
+ this, BrowserThread::GetTaskRunnerForThread(BrowserThread::IO)); |
utility_process_host->SetName(l10n_util::GetStringUTF16( |
IDS_UTILITY_PROCESS_SAFE_BROWSING_ZIP_FILE_ANALYZER_NAME)); |