| Index: trunk/src/ui/views/widget/desktop_aura/desktop_dispatcher_client.cc
|
| ===================================================================
|
| --- trunk/src/ui/views/widget/desktop_aura/desktop_dispatcher_client.cc (revision 245238)
|
| +++ trunk/src/ui/views/widget/desktop_aura/desktop_dispatcher_client.cc (working copy)
|
| @@ -13,7 +13,7 @@
|
| DesktopDispatcherClient::~DesktopDispatcherClient() {}
|
|
|
| void DesktopDispatcherClient::RunWithDispatcher(
|
| - base::MessagePumpDispatcher* nested_dispatcher,
|
| + base::MessageLoop::Dispatcher* nested_dispatcher,
|
| aura::Window* associated_window,
|
| bool nestable_tasks_allowed) {
|
| // TODO(erg): This class has been copypastad from
|
|
|