| Index: base/bind_helpers.h
|
| diff --git a/base/bind_helpers.h b/base/bind_helpers.h
|
| index e31ef05ff1a78cf41353b110d18a93984d8fdfd4..a13548c4d89bb4274f32e0e27372cb0bf37cbfa5 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 MessageLoopProxy.
|
| +// or if it is posted to a TaskRunner.
|
| //
|
| //
|
| // SIMPLE FUNCTIONS AND UTILITIES.
|
|
|