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

Unified Diff: services/ui/ws/user_id_tracker.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/ws/test_utils.cc ('k') | services/ui/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/user_id_tracker.cc
diff --git a/services/ui/ws/user_id_tracker.cc b/services/ui/ws/user_id_tracker.cc
index f8f23cc0f6344e115d630dbaaf09fe710d103bfb..d3e4b2abbb24b95b64a510b619c065b96293b59f 100644
--- a/services/ui/ws/user_id_tracker.cc
+++ b/services/ui/ws/user_id_tracker.cc
@@ -10,7 +10,8 @@
namespace ui {
namespace ws {
-UserIdTracker::UserIdTracker() : active_id_(shell::mojom::kRootUserID) {
+UserIdTracker::UserIdTracker()
+ : active_id_(service_manager::mojom::kRootUserID) {
ids_.insert(active_id_);
}
« no previous file with comments | « services/ui/ws/test_utils.cc ('k') | services/ui/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698