| 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..e8d4c5efc551bfa6460b53fd0fb8ddc703e5ea2d 100644
|
| --- a/components/exo/wm_helper_ash.h
|
| +++ b/components/exo/wm_helper_ash.h
|
| @@ -25,7 +25,7 @@ class WMHelperAsh : public WMHelper,
|
| ~WMHelperAsh() override;
|
|
|
| // Overriden from WMHelper:
|
| - const ash::DisplayInfo GetDisplayInfo(int64_t display_id) const override;
|
| + const ui::DisplayInfo GetDisplayInfo(int64_t display_id) const override;
|
| aura::Window* GetContainer(int container_id) override;
|
| aura::Window* GetActiveWindow() const override;
|
| aura::Window* GetFocusedWindow() const override;
|
|
|