| Index: ui/app_list/app_list_constants.h
|
| diff --git a/ui/app_list/app_list_constants.h b/ui/app_list/app_list_constants.h
|
| index e14bf8f1f6a855e810ee7d16b100183be1c4acc0..cc6866451407c6735978e7993c35a3b638d6bea6 100644
|
| --- a/ui/app_list/app_list_constants.h
|
| +++ b/ui/app_list/app_list_constants.h
|
| @@ -15,6 +15,9 @@ APP_LIST_EXPORT extern const SkColor kContentsBackgroundColor;
|
| APP_LIST_EXPORT extern const int kPageTransitionDurationInMs;
|
| APP_LIST_EXPORT extern const int kOverscrollPageTransitionDurationMs;
|
|
|
| +APP_LIST_EXPORT extern const int kPreferredCols;
|
| +APP_LIST_EXPORT extern const int kPreferredRows;
|
| +
|
| } // namespace app_list
|
|
|
| #endif // UI_APP_LIST_APP_LIST_CONSTANTS_H_
|
|
|