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

Unified Diff: components/mus/ws/display.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « components/mus/public/cpp/window_tree_host_factory.h ('k') | components/mus/ws/platform_display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/display.cc
diff --git a/components/mus/ws/display.cc b/components/mus/ws/display.cc
index b9344aa02e88ed61c92b610384a856a03ca9e382..d2b04992cc837c67c8195b4784eae8c2133f4423 100644
--- a/components/mus/ws/display.cc
+++ b/components/mus/ws/display.cc
@@ -255,8 +255,7 @@ void Display::InitWindowManagersIfNecessary() {
WindowManagerState* wms = wms_ptr.get();
// For this case we never create additional WindowManagerStates, so any
// id works.
- window_manager_state_map_[mojo::shell::mojom::kRootUserID] =
- std::move(wms_ptr);
+ window_manager_state_map_[shell::mojom::kRootUserID] = std::move(wms_ptr);
wms->tree_ = binding_->CreateWindowTree(wms->root());
} else {
CreateWindowManagerStatesFromRegistry();
« no previous file with comments | « components/mus/public/cpp/window_tree_host_factory.h ('k') | components/mus/ws/platform_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698