Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: ash/system/chromeos/session/tray_session_length_limit.h

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « ash/system/chromeos/session/logout_confirmation_dialog.cc ('k') | ash/system/chromeos/session/tray_session_length_limit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698