| Index: components/exo/wm_helper_ash.cc
|
| diff --git a/components/exo/wm_helper_ash.cc b/components/exo/wm_helper_ash.cc
|
| index fb3bde612a42968a1a06bb5c21a55c034b20af55..8f2f4ca1e0471863b4f67bdb3073f61330aa51dd 100644
|
| --- a/components/exo/wm_helper_ash.cc
|
| +++ b/components/exo/wm_helper_ash.cc
|
| @@ -38,7 +38,8 @@ WMHelperAsh::~WMHelperAsh() {
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // WMHelperAsh, private:
|
|
|
| -const ash::DisplayInfo WMHelperAsh::GetDisplayInfo(int64_t display_id) const {
|
| +const ui::ManagedDisplayInfo WMHelperAsh::GetDisplayInfo(
|
| + int64_t display_id) const {
|
| return ash::Shell::GetInstance()->display_manager()->GetDisplayInfo(
|
| display_id);
|
| }
|
|
|