| Index: components/exo/wm_helper_ash.h
|
| diff --git a/components/exo/wm_helper_ash.h b/components/exo/wm_helper_ash.h
|
| index fe12c0760f971c16bfc43d6a1643b80d5bc9ad4b..611d6164584a55ed36bf90659df01966b1cff746 100644
|
| --- a/components/exo/wm_helper_ash.h
|
| +++ b/components/exo/wm_helper_ash.h
|
| @@ -25,7 +25,8 @@ class WMHelperAsh : public WMHelper,
|
| ~WMHelperAsh() override;
|
|
|
| // Overriden from WMHelper:
|
| - const ash::DisplayInfo GetDisplayInfo(int64_t display_id) const override;
|
| + const ui::ManagedDisplayInfo GetDisplayInfo(
|
| + int64_t display_id) const override;
|
| aura::Window* GetContainer(int container_id) override;
|
| aura::Window* GetActiveWindow() const override;
|
| aura::Window* GetFocusedWindow() const override;
|
|
|