| Index: trunk/src/ash/accelerators/accelerator_dispatcher.cc
|
| ===================================================================
|
| --- trunk/src/ash/accelerators/accelerator_dispatcher.cc (revision 245238)
|
| +++ trunk/src/ash/accelerators/accelerator_dispatcher.cc (working copy)
|
| @@ -67,7 +67,7 @@
|
| } // namespace
|
|
|
| AcceleratorDispatcher::AcceleratorDispatcher(
|
| - base::MessagePumpDispatcher* nested_dispatcher,
|
| + base::MessageLoop::Dispatcher* nested_dispatcher,
|
| aura::Window* associated_window)
|
| : nested_dispatcher_(nested_dispatcher),
|
| associated_window_(associated_window) {
|
|
|