| Index: ash/accelerators/accelerator_controller.cc
|
| diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
|
| index 2deeb9738543b4a5ca90d216a9b2e77439eef9fa..800bf44c8f1f47931aa613eae7209fb580369b5f 100644
|
| --- a/ash/accelerators/accelerator_controller.cc
|
| +++ b/ash/accelerators/accelerator_controller.cc
|
| @@ -5,14 +5,14 @@
|
| #include "ash/accelerators/accelerator_controller.h"
|
|
|
| #include "ash/accelerators/accelerator_table.h"
|
| -#include "ash/desktop_background/desktop_background_controller.h"
|
| #include "ash/ash_switches.h"
|
| #include "ash/caps_lock_delegate.h"
|
| +#include "ash/desktop_background/desktop_background_controller.h"
|
| #include "ash/focus_cycler.h"
|
| #include "ash/ime_control_delegate.h"
|
| #include "ash/launcher/launcher.h"
|
| -#include "ash/launcher/launcher_model.h"
|
| #include "ash/launcher/launcher_delegate.h"
|
| +#include "ash/launcher/launcher_model.h"
|
| #include "ash/monitor/multi_monitor_manager.h"
|
| #include "ash/screenshot_delegate.h"
|
| #include "ash/shell.h"
|
| @@ -30,11 +30,11 @@
|
| #include "ui/aura/root_window.h"
|
| #include "ui/base/accelerators/accelerator.h"
|
| #include "ui/base/accelerators/accelerator_manager.h"
|
| -#include "ui/gfx/compositor/debug_utils.h"
|
| -#include "ui/gfx/compositor/layer.h"
|
| -#include "ui/gfx/compositor/layer_animation_sequence.h"
|
| -#include "ui/gfx/compositor/layer_animator.h"
|
| -#include "ui/gfx/compositor/screen_rotation.h"
|
| +#include "ui/compositor/debug_utils.h"
|
| +#include "ui/compositor/layer.h"
|
| +#include "ui/compositor/layer_animation_sequence.h"
|
| +#include "ui/compositor/layer_animator.h"
|
| +#include "ui/compositor/screen_rotation.h"
|
| #include "ui/oak/oak.h"
|
|
|
| namespace {
|
|
|