| Index: ash/common/session/session_controller.h
|
| diff --git a/ash/common/session/session_controller.h b/ash/common/session/session_controller.h
|
| index c3acf43db07b2cb2df213b6080d32c52d33216d5..99d0daff8222b2349cfd7861bb5e113ebd83eaa6 100644
|
| --- a/ash/common/session/session_controller.h
|
| +++ b/ash/common/session/session_controller.h
|
| @@ -80,7 +80,7 @@ class ASH_EXPORT SessionController
|
|
|
| // Switches the active user to the next or previous user, with the same
|
| // ordering as user sessions are created.
|
| - void CycleActiveUser(bool next_user);
|
| + void CycleActiveUser(CycleUserDirection direction);
|
|
|
| void AddSessionStateObserver(SessionStateObserver* observer);
|
| void RemoveSessionStateObserver(SessionStateObserver* observer);
|
|
|