| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 9328dfae593d1f665018a8c95aa8fcc6555b40ce..d270ad45a3b8f085ee48fd00ab824f8f5a0a3885 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "ash/accelerators/accelerator_controller.h"
|
| #include "ash/accelerators/accelerator_filter.h"
|
| +#include "ash/accelerators/nested_dispatcher_controller.h"
|
| #include "ash/app_list/app_list.h"
|
| #include "ash/ash_switches.h"
|
| #include "ash/drag_drop/drag_drop_controller.h"
|
| @@ -171,6 +172,7 @@ Shell* Shell::instance_ = NULL;
|
|
|
| Shell::Shell(ShellDelegate* delegate)
|
| : ALLOW_THIS_IN_INITIALIZER_LIST(method_factory_(this)),
|
| + nested_dispatcher_controller_(new NestedDispatcherController),
|
| accelerator_controller_(new AcceleratorController),
|
| delegate_(delegate),
|
| window_mode_(NORMAL_MODE),
|
|
|