Index: ash/display/mirror_window_controller.h |
diff --git a/ash/display/mirror_window_controller.h b/ash/display/mirror_window_controller.h |
index 40569439479cf996950beebbb1bea44dbfda95d0..8ba069e95f705ca38e1ec13a6961dbf028651e73 100644 |
--- a/ash/display/mirror_window_controller.h |
+++ b/ash/display/mirror_window_controller.h |
@@ -33,12 +33,12 @@ class Display; |
} |
namespace ui { |
+class ManagedDisplayInfo; |
class Reflector; |
} |
namespace ash { |
class AshWindowTreeHost; |
-class DisplayInfo; |
class RootWindowTransformer; |
namespace test { |
@@ -55,7 +55,7 @@ class ASH_EXPORT MirrorWindowController : public aura::WindowTreeHostObserver { |
// Updates the root window's bounds using |display_info|. |
// Creates the new root window if one doesn't exist. |
- void UpdateWindow(const std::vector<DisplayInfo>& display_info); |
+ void UpdateWindow(const std::vector<ui::ManagedDisplayInfo>& display_info); |
// Same as above, but using existing display info |
// for the mirrored display. |