Index: ash/accelerators/accelerator_commands.cc |
diff --git a/ash/common/accelerators/accelerator_commands.cc b/ash/accelerators/accelerator_commands.cc |
similarity index 85% |
rename from ash/common/accelerators/accelerator_commands.cc |
rename to ash/accelerators/accelerator_commands.cc |
index 3fe7d171049f4883c033501f72c00eb0528f2634..1ae7b6c672d2e5c7b7ba0860f43041ccdb6f719a 100644 |
--- a/ash/common/accelerators/accelerator_commands.cc |
+++ b/ash/accelerators/accelerator_commands.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/accelerators/accelerator_commands.h" |
+#include "ash/accelerators/accelerator_commands.h" |
-#include "ash/common/wm/mru_window_tracker.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm/wm_event.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
+#include "ash/wm/mru_window_tracker.h" |
+#include "ash/wm/window_state.h" |
+#include "ash/wm/wm_event.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/metrics/user_metrics.h" |
namespace ash { |