| Index: ash/common/shelf/shelf_view.cc
|
| diff --git a/ash/common/shelf/shelf_view.cc b/ash/common/shelf/shelf_view.cc
|
| index db1a7aee0a803e9db5977d302bccd56887d81b24..a1ef715b7747062fcd3b76ed25b1d5ea470a081f 100644
|
| --- a/ash/common/shelf/shelf_view.cc
|
| +++ b/ash/common/shelf/shelf_view.cc
|
| @@ -55,11 +55,6 @@ using views::View;
|
|
|
| namespace ash {
|
|
|
| -const int SHELF_ALIGNMENT_UMA_ENUM_VALUE_BOTTOM = 0;
|
| -const int SHELF_ALIGNMENT_UMA_ENUM_VALUE_LEFT = 1;
|
| -const int SHELF_ALIGNMENT_UMA_ENUM_VALUE_RIGHT = 2;
|
| -const int SHELF_ALIGNMENT_UMA_ENUM_VALUE_COUNT = 3;
|
| -
|
| // Default amount content is inset on the left edge.
|
| const int kDefaultLeadingInset = 8;
|
|
|
|
|