Index: ash/display/display_util.h |
diff --git a/ash/display/display_util.h b/ash/display/display_util.h |
index 0cb7d81cdc74084d1635c1236cb689fb916fddf2..672f72908505c9f3c5f8e9ed49d3a9364cae301a 100644 |
--- a/ash/display/display_util.h |
+++ b/ash/display/display_util.h |
@@ -15,6 +15,7 @@ class Window; |
} |
namespace display { |
+class DisplayManager; |
class ManagedDisplayInfo; |
} |
@@ -25,14 +26,13 @@ class Rect; |
namespace ash { |
class AshWindowTreeHost; |
-class DisplayManager; |
class MouseWarpController; |
// Creates a MouseWarpController for the current display |
// configuration. |drag_source| is the window where dragging |
// started, or nullptr otherwise. |
std::unique_ptr<MouseWarpController> CreateMouseWarpController( |
- DisplayManager* manager, |
+ display::DisplayManager* manager, |
aura::Window* drag_source); |
// Creates edge bounds from |bounds_in_screen| that fits the edge |