Index: ash/wm/ash_native_cursor_manager_unittest.cc |
diff --git a/ash/wm/ash_native_cursor_manager_unittest.cc b/ash/wm/ash_native_cursor_manager_unittest.cc |
index 0acd6e18fb3b3ce6b29e24a8113737f0e65d862b..fcd632a371b71fa1d3f2dbea8fdc411114d2336f 100644 |
--- a/ash/wm/ash_native_cursor_manager_unittest.cc |
+++ b/ash/wm/ash_native_cursor_manager_unittest.cc |
@@ -4,7 +4,6 @@ |
#include "ash/wm/ash_native_cursor_manager.h" |
-#include "ash/display/display_manager.h" |
#include "ash/display/display_util.h" |
#include "ash/shell.h" |
#include "ash/test/ash_test_base.h" |
@@ -15,6 +14,7 @@ |
#include "ui/aura/window.h" |
#include "ui/aura/window_event_dispatcher.h" |
#include "ui/base/cursor/image_cursors.h" |
+#include "ui/display/manager/display_manager.h" |
#include "ui/display/screen.h" |
#if defined(OS_WIN) |