summaryrefslogtreecommitdiff
path: root/base/task_runner_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/task_runner_util.h')
-rw-r--r--base/task_runner_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/task_runner_util.h b/base/task_runner_util.h
index b6dd0f36d6..da088db2a2 100644
--- a/base/task_runner_util.h
+++ b/base/task_runner_util.h
@@ -47,7 +47,7 @@ void ReplyAdapter(const Callback<void(ReplyArgType)>& callback,
// PostTaskAndReplyWithResult as in this example:
//
// PostTaskAndReplyWithResult(
-// target_thread_.message_loop_proxy(),
+// target_thread_.task_runner(),
// FROM_HERE,
// Bind(&DoWorkAndReturn),
// Bind(&Callback));