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

Unified Diff: ash/shelf/shelf_view.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_util.cc ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_view.h
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
index 88a695b9bc26dfab38ccafaf7aa471fd5b211e84..dba1d66760db033e1b978d872567ddd16cad0bda 100644
--- a/ash/shelf/shelf_view.h
+++ b/ash/shelf/shelf_view.h
@@ -172,9 +172,9 @@ class ASH_EXPORT ShelfView : public views::View,
};
enum RemovableState {
- REMOVABLE, // Item can be removed when dragged away.
- DRAGGABLE, // Item can be dragged, but will snap always back to origin.
- NOT_REMOVABLE, // Item is fixed and can never be removed.
+ REMOVABLE, // Item can be removed when dragged away.
+ DRAGGABLE, // Item can be dragged, but will snap always back to origin.
+ NOT_REMOVABLE, // Item is fixed and can never be removed.
};
// Minimum distance before drag starts.
« no previous file with comments | « ash/shelf/shelf_util.cc ('k') | ash/shelf/shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698