Index: ash/common/wm/wm_toplevel_window_event_handler.cc |
diff --git a/ash/wm/wm_toplevel_window_event_handler.cc b/ash/common/wm/wm_toplevel_window_event_handler.cc |
similarity index 98% |
rename from ash/wm/wm_toplevel_window_event_handler.cc |
rename to ash/common/wm/wm_toplevel_window_event_handler.cc |
index 6c4eac16e2325693372bc038d8469cab4a16b819..5e670b95698039921d09295d4ce51e8122ff8ad9 100644 |
--- a/ash/wm/wm_toplevel_window_event_handler.cc |
+++ b/ash/common/wm/wm_toplevel_window_event_handler.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/wm/wm_toplevel_window_event_handler.h" |
+#include "ash/common/wm/wm_toplevel_window_event_handler.h" |
+#include "ash/common/wm/window_resizer.h" |
+#include "ash/common/wm/window_state.h" |
+#include "ash/common/wm/window_state_observer.h" |
+#include "ash/common/wm/wm_event.h" |
#include "ash/common/wm_shell.h" |
#include "ash/common/wm_window.h" |
-#include "ash/wm/window_resizer.h" |
-#include "ash/wm/window_state.h" |
-#include "ash/wm/window_state_observer.h" |
-#include "ash/wm/wm_event.h" |
#include "ui/aura/window.h" |
#include "ui/aura/window_observer.h" |
#include "ui/base/hit_test.h" |