| 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..b2502a1431cd0542dd6a26076eb04980ad599012 100644
|
| --- a/components/exo/wm_helper_ash.cc
|
| +++ b/components/exo/wm_helper_ash.cc
|
| @@ -38,7 +38,7 @@ WMHelperAsh::~WMHelperAsh() {
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // WMHelperAsh, private:
|
|
|
| -const ash::DisplayInfo WMHelperAsh::GetDisplayInfo(int64_t display_id) const {
|
| +const ui::DisplayInfo WMHelperAsh::GetDisplayInfo(int64_t display_id) const {
|
| return ash::Shell::GetInstance()->display_manager()->GetDisplayInfo(
|
| display_id);
|
| }
|
|
|