| Index: base/task_runner_util.h
|
| diff --git a/base/task_runner_util.h b/base/task_runner_util.h
|
| index b6dd0f36d69f1f60efe1fde17426314e864a2bb5..da088db2a21928192eb90e50670e7ac81b448cf6 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));
|
|
|