| Index: ui/app_list/views/search_box_view.cc
|
| diff --git a/ui/app_list/views/search_box_view.cc b/ui/app_list/views/search_box_view.cc
|
| index 9b96d3eec0ab32d7801fa063c134ee7a33ef3fba..7c64874d6215a9c97b23815dc8450386758e5128 100644
|
| --- a/ui/app_list/views/search_box_view.cc
|
| +++ b/ui/app_list/views/search_box_view.cc
|
| @@ -25,7 +25,9 @@ const int kPadding = 14;
|
| const int kIconDimension = 32;
|
| const int kPreferredWidth = 360;
|
| const int kPreferredHeight = 48;
|
| +#if !defined(OS_CHROMEOS)
|
| const int kMenuButtonDimension = 29;
|
| +#endif
|
|
|
| const SkColor kHintTextColor = SkColorSetRGB(0xA0, 0xA0, 0xA0);
|
|
|
|
|