| Index: components/exo/wm_helper.h
|
| diff --git a/components/exo/wm_helper.h b/components/exo/wm_helper.h
|
| index 676c97f72480b2eaf0e31941dc9c242c4bfd478c..ec5d3019974d952fd5f49ab07e87653a8138448f 100644
|
| --- a/components/exo/wm_helper.h
|
| +++ b/components/exo/wm_helper.h
|
| @@ -9,15 +9,12 @@
|
| #include "base/observer_list.h"
|
| #include "ui/base/cursor/cursor.h"
|
|
|
| -namespace ash {
|
| -class DisplayInfo;
|
| -}
|
| -
|
| namespace aura {
|
| class Window;
|
| }
|
|
|
| namespace ui {
|
| +class ManagedDisplayInfo;
|
| class EventHandler;
|
| }
|
|
|
| @@ -76,7 +73,8 @@ class WMHelper {
|
| void AddMaximizeModeObserver(MaximizeModeObserver* observer);
|
| void RemoveMaximizeModeObserver(MaximizeModeObserver* observer);
|
|
|
| - virtual const ash::DisplayInfo GetDisplayInfo(int64_t display_id) const = 0;
|
| + virtual const ui::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;
|
|
|