| Index: ui/app_list/views/contents_view.cc
|
| diff --git a/ui/app_list/views/contents_view.cc b/ui/app_list/views/contents_view.cc
|
| index 985f9437f41b7e3085afb721207da57a5794223e..1e299d706a7abd58dcb2d8cb63ac79bbe2cb4f2a 100644
|
| --- a/ui/app_list/views/contents_view.cc
|
| +++ b/ui/app_list/views/contents_view.cc
|
| @@ -356,8 +356,8 @@ gfx::Rect ContentsView::GetDefaultSearchBoxBounds() const {
|
| gfx::Rect search_box_bounds(0, 0, GetDefaultContentsSize().width(),
|
| GetSearchBoxView()->GetPreferredSize().height());
|
| if (switches::IsExperimentalAppListEnabled()) {
|
| - search_box_bounds.set_y(kExperimentalWindowPadding);
|
| - search_box_bounds.Inset(kExperimentalWindowPadding, 0);
|
| + search_box_bounds.set_y(kExperimentalSearchBoxPadding);
|
| + search_box_bounds.Inset(kExperimentalSearchBoxPadding, 0);
|
| }
|
| return search_box_bounds;
|
| }
|
|
|