| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 4c12d322a5359dd7e30e1f257cfeeea142a2d0c2..ed4d4e81de085e28567fa2017c5e2635392a8d23 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -11,6 +11,7 @@
|
| #include "ash/accelerators/accelerator_filter.h"
|
| #include "ash/accelerators/focus_manager_factory.h"
|
| #include "ash/accelerators/nested_dispatcher_controller.h"
|
| +#include "ash/accelerometer/accelerometer_controller.h"
|
| #include "ash/ash_switches.h"
|
| #include "ash/autoclick/autoclick_controller.h"
|
| #include "ash/desktop_background/desktop_background_controller.h"
|
| @@ -606,6 +607,7 @@ Shell::Shell(ShellDelegate* delegate)
|
| delegate_(delegate),
|
| window_positioner_(new WindowPositioner),
|
| activation_client_(NULL),
|
| + accelerometer_controller_(new AccelerometerController()),
|
| #if defined(OS_CHROMEOS) && defined(USE_X11)
|
| output_configurator_(new ui::OutputConfigurator()),
|
| #endif // defined(OS_CHROMEOS) && defined(USE_X11)
|
|
|