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

Unified Diff: components/mus/ws/test_utils.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/test_utils.h ('k') | components/mus/ws/user_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/test_utils.cc
diff --git a/components/mus/ws/test_utils.cc b/components/mus/ws/test_utils.cc
index e6d1644c2f994df68d6e6931576e339f015757a9..55dc179e8b3cf427cee2dbc20ec6363fd17ee545 100644
--- a/components/mus/ws/test_utils.cc
+++ b/components/mus/ws/test_utils.cc
@@ -70,7 +70,7 @@ WindowManagerFactoryRegistryTestApi::WindowManagerFactoryRegistryTestApi(
WindowManagerFactoryRegistryTestApi::~WindowManagerFactoryRegistryTestApi() {}
void WindowManagerFactoryRegistryTestApi::AddService(
- UserId user_id,
+ const UserId& user_id,
mojom::WindowManagerFactory* factory) {
scoped_ptr<WindowManagerFactoryService> service_ptr(
new WindowManagerFactoryService(registry_, user_id));
« no previous file with comments | « components/mus/ws/test_utils.h ('k') | components/mus/ws/user_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698