| Index: ash/mus/bridge/wm_shell_mus.cc
|
| diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
|
| index ac17b7a6b150faeffa875f85a6f5e61e0b6901bc..87728714c6c3564f6c10ea0186c9a13acd5aefc1 100644
|
| --- a/ash/mus/bridge/wm_shell_mus.cc
|
| +++ b/ash/mus/bridge/wm_shell_mus.cc
|
| @@ -94,7 +94,7 @@ class SessionStateDelegateStub : public SessionStateDelegate {
|
| return gfx::ImageSkia();
|
| }
|
| void SwitchActiveUser(const AccountId& account_id) override {}
|
| - void CycleActiveUser(CycleUser cycle_user) override {}
|
| + void CycleActiveUser(CycleUserDirection direction) override {}
|
| bool IsMultiProfileAllowedByPrimaryUserPolicy() const override {
|
| return true;
|
| }
|
|
|