Index: components/exo/pointer_unittest.cc |
diff --git a/components/exo/pointer_unittest.cc b/components/exo/pointer_unittest.cc |
index f49513864ca6f5233a102fc58d8a1e81f4df86bb..5948f95cf14a400042b3a4f8f6784c3c424737a2 100644 |
--- a/components/exo/pointer_unittest.cc |
+++ b/components/exo/pointer_unittest.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/window_positioning_utils.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/shell.h" |
+#include "ash/wm/window_positioning_utils.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "components/exo/buffer.h" |
#include "components/exo/pointer.h" |
#include "components/exo/pointer_delegate.h" |