Index: mojo/runner/task_runners.h |
diff --git a/mojo/runner/task_runners.h b/mojo/runner/task_runners.h |
index 68b9bcc29989e8c0c1c7ac960788040c6483acfb..bd645acf7873434894fbefe59535da63f5457f7d 100644 |
--- a/mojo/runner/task_runners.h |
+++ b/mojo/runner/task_runners.h |
@@ -31,7 +31,7 @@ class TaskRunners { |
} |
base::SingleThreadTaskRunner* io_runner() const { |
- return io_thread_->message_loop_proxy().get(); |
+ return io_thread_->task_runner().get(); |
} |
base::SequencedWorkerPool* blocking_pool() const { |