| Index: ash/system/chromeos/session/tray_session_length_limit.h
|
| diff --git a/ash/system/chromeos/session/tray_session_length_limit.h b/ash/system/chromeos/session/tray_session_length_limit.h
|
| index 3258c0f01a8ec8c128524279f4289f5be43d86d9..a08492bc64cb9db266e72e44ba0e1ba2b17ddbeb 100644
|
| --- a/ash/system/chromeos/session/tray_session_length_limit.h
|
| +++ b/ash/system/chromeos/session/tray_session_length_limit.h
|
| @@ -24,12 +24,8 @@ class LabelTrayView;
|
| // Adds a countdown timer to the system tray if the session length is limited.
|
| class ASH_EXPORT TraySessionLengthLimit : public SystemTrayItem,
|
| public SessionLengthLimitObserver {
|
| -public:
|
| - enum LimitState {
|
| - LIMIT_NONE,
|
| - LIMIT_SET,
|
| - LIMIT_EXPIRING_SOON
|
| - };
|
| + public:
|
| + enum LimitState { LIMIT_NONE, LIMIT_SET, LIMIT_EXPIRING_SOON };
|
|
|
| explicit TraySessionLengthLimit(SystemTray* system_tray);
|
| ~TraySessionLengthLimit() override;
|
|
|