| Index: chrome/browser/ui/ash/session_state_delegate_chromeos.h
|
| diff --git a/chrome/browser/ui/ash/session_state_delegate_chromeos.h b/chrome/browser/ui/ash/session_state_delegate_chromeos.h
|
| index bbdf6b22e2a8870a75db650fc3ca3255b9f5fe05..04ce9a48fb3935a1560db160f4129233189e447a 100644
|
| --- a/chrome/browser/ui/ash/session_state_delegate_chromeos.h
|
| +++ b/chrome/browser/ui/ash/session_state_delegate_chromeos.h
|
| @@ -42,7 +42,7 @@ class SessionStateDelegateChromeos
|
| ash::UserIndex index) const override;
|
| bool ShouldShowAvatar(aura::Window* window) const override;
|
| gfx::ImageSkia GetAvatarImageForWindow(aura::Window* window) const override;
|
| - 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;
|
| void AddSessionStateObserver(ash::SessionStateObserver* observer) override;
|
| @@ -70,7 +70,7 @@ class SessionStateDelegateChromeos
|
|
|
| // Switches to a new user. This call might show a dialog asking the user if he
|
| // wants to stop desktop casting before switching.
|
| - void TryToSwitchUser(const std::string& user_id);
|
| + void TryToSwitchUser(const AccountId& account_id);
|
|
|
| // List of observers is only used on Chrome OS for now.
|
| base::ObserverList<ash::SessionStateObserver> session_state_observer_list_;
|
|
|