| Index: base/memory/ref_counted_delete_on_message_loop.h
|
| diff --git a/base/memory/ref_counted_delete_on_message_loop.h b/base/memory/ref_counted_delete_on_message_loop.h
|
| index de194e847918549cfda873253d896edf92a80da1..eac1add50fe556f3e17d16810ebaec70aab83701 100644
|
| --- a/base/memory/ref_counted_delete_on_message_loop.h
|
| +++ b/base/memory/ref_counted_delete_on_message_loop.h
|
| @@ -33,10 +33,8 @@ namespace base {
|
| template <class T>
|
| class RefCountedDeleteOnMessageLoop : public subtle::RefCountedThreadSafeBase {
|
| public:
|
| - // This constructor will accept a MessageL00pProxy object, but new code should
|
| - // prefer a SingleThreadTaskRunner. A SingleThreadTaskRunner for the
|
| - // MessageLoop on the current thread can be acquired by calling
|
| - // MessageLoop::current()->task_runner().
|
| + // A SingleThreadTaskRunner for the current thread can be acquired by calling
|
| + // ThreadTaskRunnerHandle::Get().
|
| RefCountedDeleteOnMessageLoop(
|
| scoped_refptr<SingleThreadTaskRunner> task_runner)
|
| : task_runner_(std::move(task_runner)) {
|
|
|