diff options
Diffstat (limited to 'base/threading/worker_pool.h')
-rw-r--r-- | base/threading/worker_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/threading/worker_pool.h b/base/threading/worker_pool.h index a52a414..333b495 100644 --- a/base/threading/worker_pool.h +++ b/base/threading/worker_pool.h @@ -36,7 +36,7 @@ class BASE_EXPORT WorkerPool { static bool PostTask(const tracked_objects::Location& from_here, const base::Closure& task, bool task_is_slow); - // Just like TaskRunner::PostTaskAndReply, except the destination + // Just like MessageLoopProxy::PostTaskAndReply, except the destination // for |task| is a worker thread and you can specify |task_is_slow| just // like you can for PostTask above. static bool PostTaskAndReply(const tracked_objects::Location& from_here, |