Index: ash/wm/wm_snap_to_pixel_layout_manager.cc |
diff --git a/ash/common/wm/wm_snap_to_pixel_layout_manager.cc b/ash/wm/wm_snap_to_pixel_layout_manager.cc |
similarity index 94% |
rename from ash/common/wm/wm_snap_to_pixel_layout_manager.cc |
rename to ash/wm/wm_snap_to_pixel_layout_manager.cc |
index 79afc8959f080494fe688109b5c6bc053c834e07..4891cddf58cc2e32f0ef1164bd0bf8a93e8b432f 100644 |
--- a/ash/common/wm/wm_snap_to_pixel_layout_manager.cc |
+++ b/ash/wm/wm_snap_to_pixel_layout_manager.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/wm/wm_snap_to_pixel_layout_manager.h" |
+#include "ash/wm/wm_snap_to_pixel_layout_manager.h" |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/wm/window_properties.h" |
+#include "ash/wm_window.h" |
#include "base/memory/ptr_util.h" |
#include "ui/aura/window.h" |