| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index e87aab0b52bb8acf4cd1862c5dc6dd5ff92c43be..98272736f651c0493d8705c09aa6483dbac48800 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -117,7 +117,7 @@ class SessionStateDelegateImpl : public SessionStateDelegate {
|
| gfx::ImageSkia GetAvatarImageForWindow(aura::Window* window) const override {
|
| return gfx::ImageSkia();
|
| }
|
| - void SwitchActiveUser(const std::string& user_id) override {}
|
| + void SwitchActiveUser(const AccountId& /* account_id */) override {}
|
| void CycleActiveUser(CycleUser cycle_user) override {}
|
| bool IsMultiProfileAllowedByPrimaryUserPolicy() const override {
|
| return true;
|
|
|