| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 003053e80a9d539f54132d754343f8766900db06..ad9b92cc4d3a9f30ae59ec62201cc87a5c2e9cc4 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)
|
| output_configurator_(new ui::OutputConfigurator()),
|
| #endif // defined(OS_CHROMEOS)
|
|
|