Index: ash/accelerators/debug_commands.cc |
diff --git a/ash/common/accelerators/debug_commands.cc b/ash/accelerators/debug_commands.cc |
similarity index 93% |
rename from ash/common/accelerators/debug_commands.cc |
rename to ash/accelerators/debug_commands.cc |
index e54ec8923e087eacaf084848d03b07f19e331e31..488da820d2fc16689385db889bf15c413979d383 100644 |
--- a/ash/common/accelerators/debug_commands.cc |
+++ b/ash/accelerators/debug_commands.cc |
@@ -2,20 +2,20 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/accelerators/debug_commands.h" |
- |
-#include "ash/common/accelerators/accelerator_commands.h" |
-#include "ash/common/ash_switches.h" |
-#include "ash/common/shell_delegate.h" |
-#include "ash/common/wallpaper/wallpaper_controller.h" |
-#include "ash/common/wallpaper/wallpaper_delegate.h" |
-#include "ash/common/wm/maximize_mode/maximize_mode_controller.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
+#include "ash/accelerators/debug_commands.h" |
+ |
+#include "ash/accelerators/accelerator_commands.h" |
+#include "ash/ash_switches.h" |
#include "ash/root_window_controller.h" |
+#include "ash/shell_delegate.h" |
#include "ash/system/toast/toast_data.h" |
#include "ash/system/toast/toast_manager.h" |
+#include "ash/wallpaper/wallpaper_controller.h" |
+#include "ash/wallpaper/wallpaper_delegate.h" |
+#include "ash/wm/maximize_mode/maximize_mode_controller.h" |
#include "ash/wm/window_properties.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/command_line.h" |
#include "base/metrics/user_metrics.h" |
#include "base/metrics/user_metrics_action.h" |