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

Unified Diff: components/mus/ws/test_utils.h

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/display_unittest.cc ('k') | components/mus/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/test_utils.h
diff --git a/components/mus/ws/test_utils.h b/components/mus/ws/test_utils.h
index b3b52236bfb9c56615d6b7f5224129207a286ab2..216d3a0b24927b3d9bce959d0490d99cfb4669a8 100644
--- a/components/mus/ws/test_utils.h
+++ b/components/mus/ws/test_utils.h
@@ -28,7 +28,7 @@ class WindowManagerFactoryRegistryTestApi {
WindowManagerFactoryRegistryTestApi(WindowManagerFactoryRegistry* registry);
~WindowManagerFactoryRegistryTestApi();
- void AddService(UserId user_id, mojom::WindowManagerFactory* factory);
+ void AddService(const UserId& user_id, mojom::WindowManagerFactory* factory);
private:
WindowManagerFactoryRegistry* registry_;
« no previous file with comments | « components/mus/ws/display_unittest.cc ('k') | components/mus/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698