| Index: ui/aura/client/dispatcher_client.h
|
| diff --git a/ui/aura/client/dispatcher_client.h b/ui/aura/client/dispatcher_client.h
|
| index edd2776e3056a5d2ef4d402be1ade84c5b46ad16..136e70d23dbba509f106811fc5725aeac3a98f6b 100644
|
| --- a/ui/aura/client/dispatcher_client.h
|
| +++ b/ui/aura/client/dispatcher_client.h
|
| @@ -16,7 +16,7 @@ namespace client {
|
| // An interface implemented by an object which handles nested dispatchers.
|
| class AURA_EXPORT DispatcherClient {
|
| public:
|
| - virtual void RunWithDispatcher(MessageLoop::Dispatcher* dispatcher,
|
| + virtual void RunWithDispatcher(base::MessageLoop::Dispatcher* dispatcher,
|
| aura::Window* associated_window,
|
| bool nestable_tasks_allowed) = 0;
|
| };
|
|
|