| Index: ash/mus/shell_delegate_mus.cc
|
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
|
| index a94d858e8eaa0f577496c35542c4cd92a727fda8..2f17564444f62a53bfb5ae558b43ffb71ef4a932 100644
|
| --- a/ash/mus/shell_delegate_mus.cc
|
| +++ b/ash/mus/shell_delegate_mus.cc
|
| @@ -65,7 +65,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;
|
| }
|
|
|