| Index: trunk/src/ash/accelerators/nested_dispatcher_controller.cc
|
| ===================================================================
|
| --- trunk/src/ash/accelerators/nested_dispatcher_controller.cc (revision 245238)
|
| +++ trunk/src/ash/accelerators/nested_dispatcher_controller.cc (working copy)
|
| @@ -17,7 +17,7 @@
|
| }
|
|
|
| void NestedDispatcherController::RunWithDispatcher(
|
| - base::MessagePumpDispatcher* nested_dispatcher,
|
| + base::MessageLoop::Dispatcher* nested_dispatcher,
|
| aura::Window* associated_window,
|
| bool nestable_tasks_allowed) {
|
| base::MessageLoopForUI* loop = base::MessageLoopForUI::current();
|
|
|