| Index: ui/aura/env.h
|
| diff --git a/ui/aura/env.h b/ui/aura/env.h
|
| index e8e787d85f9eed63908d29a4dbde3291cfa14f48..1f9a2029a7ef0dd2a3442e4eba4daf6f74fafaea 100644
|
| --- a/ui/aura/env.h
|
| +++ b/ui/aura/env.h
|
| @@ -68,9 +68,8 @@ class AURA_EXPORT Env {
|
| CursorManager* cursor_manager() { return &cursor_manager_; }
|
|
|
| // Returns the native event dispatcher. The result should only be passed to
|
| - // MessageLoopForUI::RunWithDispatcher() or
|
| - // MessageLoopForUI::RunAllPendingWithDispatcher(), or used to dispatch
|
| - // an event by |Dispatch(const NativeEvent&)| on it. It must never be stored.
|
| + // base::RunLoop(dispatcher), or used to dispatch an event by
|
| + // |Dispatch(const NativeEvent&)| on it. It must never be stored.
|
| #if !defined(OS_MACOSX)
|
| MessageLoop::Dispatcher* GetDispatcher();
|
| #endif
|
|
|