summaryrefslogtreecommitdiffstats
path: root/base/bind_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/bind_helpers.h')
-rw-r--r--base/bind_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/bind_helpers.h b/base/bind_helpers.h
index 24063ad..c49b5b81 100644
--- a/base/bind_helpers.h
+++ b/base/bind_helpers.h
@@ -129,7 +129,7 @@
// Passed() is particularly useful with PostTask() when you are transferring
// ownership of an argument into a task, but don't necessarily know if the
// task will always be executed. This can happen if the task is cancellable
-// or if it is posted to a TaskRunner.
+// or if it is posted to a MessageLoopProxy.
//
//
// SIMPLE FUNCTIONS AND UTILITIES.