| Index: base/message_loop/message_loop.h
|
| diff --git a/base/message_loop/message_loop.h b/base/message_loop/message_loop.h
|
| index c180c2df175b075b97220383e589f50c1a93c6ea..ee93c62de06a5abcde9b3190ec6d468c3bcc9524 100644
|
| --- a/base/message_loop/message_loop.h
|
| +++ b/base/message_loop/message_loop.h
|
| @@ -405,8 +405,8 @@ class BASE_EXPORT MessageLoop : public MessagePump::Delegate {
|
| TimeTicks recent_time_;
|
|
|
| // A queue of non-nestable tasks that we had to defer because when it came
|
| - // time to execute them we were in a nested message loop. They will execute
|
| - // once we're out of nested message loops.
|
| + // time to execute them we were in a nested run loop. They will execute
|
| + // once we're out of nested run loops.
|
| TaskQueue deferred_non_nestable_work_queue_;
|
|
|
| ObserverList<DestructionObserver> destruction_observers_;
|
|
|