Index: content/browser/utility_process_host_impl.cc |
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc |
index 2223f40c05c0b7af37772a4186008e3c94095b73..98006aa2fbe1aba7aced9885c5fa974ce7b1ffa4 100644 |
--- a/content/browser/utility_process_host_impl.cc |
+++ b/content/browser/utility_process_host_impl.cc |
@@ -263,8 +263,7 @@ bool UtilityProcessHostImpl::StartProcess() { |
// support single process mode this way. |
in_process_thread_.reset( |
g_utility_main_thread_factory(InProcessChildThreadParams( |
- BrowserThread::UnsafeGetMessageLoopForThread(BrowserThread::IO) |
- ->task_runner(), |
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::IO), |
process_->child_connection()->service_token()))); |
in_process_thread_->Start(); |
} else { |