| 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.
|
|
|