| Index: ash/shelf/shelf_view.h
|
| diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
|
| index 58e5fdec6a466cc5dfce90dbe9d9e04e98db54db..55e49bb505cc244b810bec826ff3231d3cd6bb72 100644
|
| --- a/ash/shelf/shelf_view.h
|
| +++ b/ash/shelf/shelf_view.h
|
| @@ -47,6 +47,11 @@ class OverflowButton;
|
| class ShelfLayoutManager;
|
| class ShelfTooltipManager;
|
|
|
| +extern const int SHELF_ALIGNMENT_UMA_ENUM_VALUE_BOTTOM;
|
| +extern const int SHELF_ALIGNMENT_UMA_ENUM_VALUE_LEFT;
|
| +extern const int SHELF_ALIGNMENT_UMA_ENUM_VALUE_RIGHT;
|
| +extern const int SHELF_ALIGNMENT_UMA_ENUM_VALUE_COUNT;
|
| +
|
| class ASH_EXPORT ShelfView : public views::View,
|
| public LauncherModelObserver,
|
| public views::ButtonListener,
|
|
|