Index: components/exo/wm_helper.h |
diff --git a/components/exo/wm_helper.h b/components/exo/wm_helper.h |
index 676c97f72480b2eaf0e31941dc9c242c4bfd478c..69798803792ddb82bd4eafa675ee77b7b48e2210 100644 |
--- a/components/exo/wm_helper.h |
+++ b/components/exo/wm_helper.h |
@@ -9,14 +9,14 @@ |
#include "base/observer_list.h" |
#include "ui/base/cursor/cursor.h" |
-namespace ash { |
-class DisplayInfo; |
-} |
- |
namespace aura { |
class Window; |
} |
+namespace display { |
+class ManagedDisplayInfo; |
+} |
+ |
namespace ui { |
class EventHandler; |
} |
@@ -76,7 +76,8 @@ class WMHelper { |
void AddMaximizeModeObserver(MaximizeModeObserver* observer); |
void RemoveMaximizeModeObserver(MaximizeModeObserver* observer); |
- virtual const ash::DisplayInfo GetDisplayInfo(int64_t display_id) const = 0; |
+ virtual const display::ManagedDisplayInfo GetDisplayInfo( |
+ int64_t display_id) const = 0; |
virtual aura::Window* GetContainer(int container_id) = 0; |
virtual aura::Window* GetActiveWindow() const = 0; |
virtual aura::Window* GetFocusedWindow() const = 0; |