| Index: services/ui/ws/user_display_manager.cc
|
| diff --git a/services/ui/ws/user_display_manager.cc b/services/ui/ws/user_display_manager.cc
|
| index d70d246bab68a0c07f573940526264656bdf92eb..4b9129cadebe7d52a8a98a8bd86ad2719afbeb1e 100644
|
| --- a/services/ui/ws/user_display_manager.cc
|
| +++ b/services/ui/ws/user_display_manager.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include <utility>
|
|
|
| -#include "services/ui/display/platform_screen.h"
|
| +#include "services/ui/display/screen_manager.h"
|
| #include "services/ui/ws/display.h"
|
| #include "services/ui/ws/display_manager.h"
|
| #include "services/ui/ws/user_display_manager_delegate.h"
|
| @@ -158,7 +158,7 @@ void UserDisplayManager::CallOnDisplays(
|
| // TODO(kylechar): Pass internal display id to clients here.
|
| observer->OnDisplays(
|
| GetAllDisplays().PassStorage(),
|
| - display::PlatformScreen::GetInstance()->GetPrimaryDisplayId(),
|
| + display::ScreenManager::GetInstance()->GetPrimaryDisplayId(),
|
| display::kInvalidDisplayId);
|
| }
|
|
|
|
|