| Index: ui/app_list/views/app_list_main_view.cc
|
| diff --git a/ui/app_list/views/app_list_main_view.cc b/ui/app_list/views/app_list_main_view.cc
|
| index bfadf21042eeabf057764fd362b920209c3b081d..9af54f32cde44fd2c5746c781d7447ef7e296387 100644
|
| --- a/ui/app_list/views/app_list_main_view.cc
|
| +++ b/ui/app_list/views/app_list_main_view.cc
|
| @@ -88,7 +88,7 @@ AppListMainView::AppListMainView(AppListViewDelegate* delegate,
|
| kInnerPadding,
|
| kInnerPadding));
|
|
|
| - search_box_view_ = new SearchBoxView(this);
|
| + search_box_view_ = new SearchBoxView(this, delegate);
|
| AddChildView(search_box_view_);
|
|
|
| contents_view_ = new ContentsView(this, pagination_model);
|
|
|