| 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 7c64874d6215a9c97b23815dc8450386758e5128..ad0e2c56be667a3e90d5e4930fc13b141afbaab2 100644
|
| --- a/ui/app_list/views/search_box_view.cc
|
| +++ b/ui/app_list/views/search_box_view.cc
|
| @@ -162,7 +162,7 @@ bool SearchBoxView::HandleKeyEvent(views::Textfield* sender,
|
|
|
| void SearchBoxView::OnMenuButtonClicked(View* source, const gfx::Point& point) {
|
| if (!menu_)
|
| - menu_.reset(new AppListMenuViews(view_delegate_, model_));
|
| + menu_.reset(new AppListMenuViews(view_delegate_));
|
|
|
| const gfx::Point menu_location =
|
| menu_button_->GetBoundsInScreen().bottom_right() +
|
|
|