| Index: components/mus/ws/window_manager_factory_registry.h
|
| diff --git a/components/mus/ws/window_manager_factory_registry.h b/components/mus/ws/window_manager_factory_registry.h
|
| index efd29a42ec6fd12237545b7547e15a8a6598c403..ece6d3921b2b203906abcb1b0af80a44fe22f181 100644
|
| --- a/components/mus/ws/window_manager_factory_registry.h
|
| +++ b/components/mus/ws/window_manager_factory_registry.h
|
| @@ -56,7 +56,8 @@ class WindowManagerFactoryRegistry : public UserIdTrackerObserver {
|
| void OnWindowManagerFactorySet(WindowManagerFactoryService* service);
|
|
|
| // UserIdTrackerObserver:
|
| - void OnActiveUserIdChanged(const UserId& id) override;
|
| + void OnActiveUserIdChanged(const UserId& previously_active_id,
|
| + const UserId& active_id) override;
|
| void OnUserIdAdded(const UserId& id) override;
|
| void OnUserIdRemoved(const UserId& id) override;
|
|
|
|
|