| Index: services/ui/ws/display.cc
|
| diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
|
| index cbe6bb9d0821e2b505cf226c4a4b07010c71da51..19a73ca58a10ede66ad45cd1fed50f751841a2c5 100644
|
| --- a/services/ui/ws/display.cc
|
| +++ b/services/ui/ws/display.cc
|
| @@ -233,7 +233,7 @@ void Display::InitWindowManagerDisplayRootsIfNecessary() {
|
| WindowManagerDisplayRoot* display_root = display_root_ptr.get();
|
| // For this case we never create additional displays roots, so any
|
| // id works.
|
| - window_manager_display_root_map_[shell::mojom::kRootUserID] =
|
| + window_manager_display_root_map_[service_manager::mojom::kRootUserID] =
|
| display_root_ptr.get();
|
| WindowTree* window_tree = binding_->CreateWindowTree(display_root->root());
|
| display_root->window_manager_state_ = window_tree->window_manager_state();
|
|
|