| Index: base/threading/post_task_and_reply_impl.h
|
| diff --git a/base/threading/post_task_and_reply_impl.h b/base/threading/post_task_and_reply_impl.h
|
| index d0582274b81e4b77b9083caa2d4670502fa8de37..d210bf8ad8270e914b7dc6f6ae1ed3150cbda66c 100644
|
| --- a/base/threading/post_task_and_reply_impl.h
|
| +++ b/base/threading/post_task_and_reply_impl.h
|
| @@ -29,8 +29,8 @@ class BASE_EXPORT PostTaskAndReplyImpl {
|
| // SequencedTaskRunnerHandle::IsSet(). Both |task| and |reply| are guaranteed
|
| // to be deleted on the sequence or thread that called this.
|
| bool PostTaskAndReply(const tracked_objects::Location& from_here,
|
| - const Closure& task,
|
| - const Closure& reply);
|
| + Closure task,
|
| + Closure reply);
|
|
|
| private:
|
| virtual bool PostTask(const tracked_objects::Location& from_here,
|
|
|