Index: ash/wm/lock_layout_manager.cc |
diff --git a/ash/common/wm/lock_layout_manager.cc b/ash/wm/lock_layout_manager.cc |
similarity index 94% |
rename from ash/common/wm/lock_layout_manager.cc |
rename to ash/wm/lock_layout_manager.cc |
index d66c5d4289d8daab472fb3a1b0a553894cc49366..3c9de394e1185599fcbbb97027bde8113937e3cc 100644 |
--- a/ash/common/wm/lock_layout_manager.cc |
+++ b/ash/wm/lock_layout_manager.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/wm/lock_layout_manager.h" |
+#include "ash/wm/lock_layout_manager.h" |
-#include "ash/common/wm/lock_window_state.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/lock_window_state.h" |
+#include "ash/wm/window_state.h" |
+#include "ash/wm/wm_event.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "ui/events/event.h" |
#include "ui/keyboard/keyboard_controller.h" |
#include "ui/keyboard/keyboard_util.h" |