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 a5b9580e6dc43acaa59a873072d93dcae0b5c869..076a46d69e86619be6f585f7854072ef6a5e0ae8 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 |
-// TaskRunner::PostTaskAndReply and WorkerPool::PostTaskAndReply. |
+// MessageLoopProxy::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 @@ |
// MessageLoop. |
// |
// If you're looking for a concrete implementation of |
-// PostTaskAndReply, you probably want base::SingleThreadTaskRunner, or you |
+// PostTaskAndReply, you probably want base::MessageLoopProxy, or you |
// may want base::WorkerPool. |
class PostTaskAndReplyImpl { |
public: |
- // Implementation for TaskRunner::PostTaskAndReply and |
+ // Implementation for MessageLoopProxy::PostTaskAndReply and |
// WorkerPool::PostTaskAndReply. |
bool PostTaskAndReply(const tracked_objects::Location& from_here, |
const Closure& task, |