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

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

Issue 1770533002: Change userid from a uint32_t to a string guid (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@33connector
Patch Set: . Created 4 years, 9 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/ws/window_manager_factory_service.h ('k') | components/mus/ws/window_manager_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_manager_factory_service.cc
diff --git a/components/mus/ws/window_manager_factory_service.cc b/components/mus/ws/window_manager_factory_service.cc
index a9a522fc9441b67d87dda0f9821d3f5400a22813..f1d2460fb3772d5eb4df1a03c7cfb47ac4503bc0 100644
--- a/components/mus/ws/window_manager_factory_service.cc
+++ b/components/mus/ws/window_manager_factory_service.cc
@@ -12,7 +12,7 @@ namespace ws {
WindowManagerFactoryService::WindowManagerFactoryService(
WindowManagerFactoryRegistry* registry,
- UserId user_id,
+ const UserId& user_id,
mojo::InterfaceRequest<mojom::WindowManagerFactoryService> request)
: registry_(registry),
user_id_(user_id),
@@ -31,7 +31,7 @@ void WindowManagerFactoryService::SetWindowManagerFactory(
WindowManagerFactoryService::WindowManagerFactoryService(
WindowManagerFactoryRegistry* registry,
- UserId user_id)
+ const UserId& user_id)
: registry_(registry),
user_id_(user_id),
binding_(this),
« no previous file with comments | « components/mus/ws/window_manager_factory_service.h ('k') | components/mus/ws/window_manager_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698