Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: services/ui/ws/display.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/ui/test_wm/test_wm.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « services/ui/test_wm/test_wm.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698