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

Unified Diff: ash/shelf/shelf_button.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/shelf/shelf_bezel_event_filter.cc ('k') | ash/shelf/shelf_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_button.h
diff --git a/ash/shelf/shelf_button.h b/ash/shelf/shelf_button.h
index 2d758c15695f5d7918690347003be75ff1c581e2..bf4a208d2fc5f8d61449547343730e91aa3ef63c 100644
--- a/ash/shelf/shelf_button.h
+++ b/ash/shelf/shelf_button.h
@@ -24,16 +24,16 @@ class ASH_EXPORT ShelfButton : public views::CustomButton {
enum State {
// Nothing special. Usually represents an app shortcut item with no running
// instance.
- STATE_NORMAL = 0,
+ STATE_NORMAL = 0,
// Button has mouse hovering on it.
- STATE_HOVERED = 1 << 0,
+ STATE_HOVERED = 1 << 0,
// Underlying ShelfItem has a running instance.
- STATE_RUNNING = 1 << 1,
+ STATE_RUNNING = 1 << 1,
// Underlying ShelfItem is active (i.e. has focus).
- STATE_ACTIVE = 1 << 2,
+ STATE_ACTIVE = 1 << 2,
// Underlying ShelfItem needs user's attention.
STATE_ATTENTION = 1 << 3,
- STATE_FOCUSED = 1 << 4,
+ STATE_FOCUSED = 1 << 4,
// Hide the status (temporarily for some animations).
STATE_HIDDEN = 1 << 5,
};
« no previous file with comments | « ash/shelf/shelf_bezel_event_filter.cc ('k') | ash/shelf/shelf_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698