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

Unified Diff: ash/system/user/tray_user.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
« no previous file with comments | « ash/system/tray/system_tray_unittest.cc ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/tray_user.h
diff --git a/ash/system/user/tray_user.h b/ash/system/user/tray_user.h
index 35120c1edde27644f60f827e19e8048aaea0cf81..897cb8184c36e9006bd403c1ea21543dcff49fe5 100644
--- a/ash/system/user/tray_user.h
+++ b/ash/system/user/tray_user.h
@@ -28,8 +28,7 @@ class RoundedImageView;
class UserView;
}
-class ASH_EXPORT TrayUser : public SystemTrayItem,
- public UserObserver {
+class ASH_EXPORT TrayUser : public SystemTrayItem, public UserObserver {
public:
// The given |index| is the user index in a multi profile scenario. Index #0
// is the active user, the other indices are other logged in users (if there
@@ -40,11 +39,11 @@ class ASH_EXPORT TrayUser : public SystemTrayItem,
// Allows unit tests to see if the item was created.
enum TestState {
- HIDDEN, // The item is hidden.
- SHOWN, // The item gets presented to the user.
- HOVERED, // The item is hovered and presented to the user.
- ACTIVE, // The item was clicked and can add a user.
- ACTIVE_BUT_DISABLED // The item was clicked anc cannot add a user.
+ HIDDEN, // The item is hidden.
+ SHOWN, // The item gets presented to the user.
+ HOVERED, // The item is hovered and presented to the user.
+ ACTIVE, // The item was clicked and can add a user.
+ ACTIVE_BUT_DISABLED // The item was clicked anc cannot add a user.
};
TestState GetStateForTest() const;
« no previous file with comments | « ash/system/tray/system_tray_unittest.cc ('k') | ash/system/user/tray_user.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698