| 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 076a46d69e86619be6f585f7854072ef6a5e0ae8..a5b9580e6dc43acaa59a873072d93dcae0b5c869 100644
 | 
| --- a/base/threading/post_task_and_reply_impl.h
 | 
| +++ b/base/threading/post_task_and_reply_impl.h
 | 
| @@ -3,7 +3,7 @@
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
|  // This file contains the implementation shared by
 | 
| -// MessageLoopProxy::PostTaskAndReply and WorkerPool::PostTaskAndReply.
 | 
| +// TaskRunner::PostTaskAndReply and WorkerPool::PostTaskAndReply.
 | 
|  
 | 
|  #ifndef BASE_THREADING_POST_TASK_AND_REPLY_IMPL_H_
 | 
|  #define BASE_THREADING_POST_TASK_AND_REPLY_IMPL_H_
 | 
| @@ -21,11 +21,11 @@ namespace internal {
 | 
|  // MessageLoop.
 | 
|  //
 | 
|  // If you're looking for a concrete implementation of
 | 
| -// PostTaskAndReply, you probably want base::MessageLoopProxy, or you
 | 
| +// PostTaskAndReply, you probably want base::SingleThreadTaskRunner, or you
 | 
|  // may want base::WorkerPool.
 | 
|  class PostTaskAndReplyImpl {
 | 
|   public:
 | 
| -  // Implementation for MessageLoopProxy::PostTaskAndReply and
 | 
| +  // Implementation for TaskRunner::PostTaskAndReply and
 | 
|    // WorkerPool::PostTaskAndReply.
 | 
|    bool PostTaskAndReply(const tracked_objects::Location& from_here,
 | 
|                          const Closure& task,
 | 
| 
 |