| Index: ash/accelerators/accelerator_dispatcher.cc
|
| diff --git a/ash/accelerators/accelerator_dispatcher.cc b/ash/accelerators/accelerator_dispatcher.cc
|
| index 23bae22703af91191adbfd8601236e104d07fa10..7d29e68d4379784fc7a0eccc462889adbd34f362 100644
|
| --- a/ash/accelerators/accelerator_dispatcher.cc
|
| +++ b/ash/accelerators/accelerator_dispatcher.cc
|
| @@ -67,7 +67,7 @@ bool IsPossibleAcceleratorNotForMenu(const ui::KeyEvent& key_event) {
|
| } // namespace
|
|
|
| AcceleratorDispatcher::AcceleratorDispatcher(
|
| - base::MessageLoop::Dispatcher* nested_dispatcher,
|
| + base::MessagePumpDispatcher* nested_dispatcher,
|
| aura::Window* associated_window)
|
| : nested_dispatcher_(nested_dispatcher),
|
| associated_window_(associated_window) {
|
|
|