Index: ash/shell/shell_delegate_impl.cc |
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc |
index 5e181491f1646ab2a8fdf32280f14beb0a6b1004..e77396a317b4b534f424ccdf6e5c32888261b55e 100644 |
--- a/ash/shell/shell_delegate_impl.cc |
+++ b/ash/shell/shell_delegate_impl.cc |
@@ -102,7 +102,7 @@ class SessionStateDelegateImpl : 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; |
} |