| 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_;
|
|
|