| Index: services/ui/ws/display.h
|
| diff --git a/services/ui/ws/display.h b/services/ui/ws/display.h
|
| index 3e7898428224ec0e491fc17ca880189830da6a1b..bf63696e27b1becd2a11507dc71a1892aa9b5faa 100644
|
| --- a/services/ui/ws/display.h
|
| +++ b/services/ui/ws/display.h
|
| @@ -155,7 +155,7 @@ class Display : public PlatformDisplayDelegate,
|
| friend class test::DisplayTestApi;
|
|
|
| using WindowManagerDisplayRootMap =
|
| - std::map<UserId, std::unique_ptr<WindowManagerDisplayRoot>>;
|
| + std::map<UserId, WindowManagerDisplayRoot*>;
|
|
|
| // Inits the necessary state once the display is ready.
|
| void InitWindowManagerDisplayRootsIfNecessary();
|
|
|