Chromium Code Reviews| Index: ui/app_list/search_box_view.cc |
| =================================================================== |
| --- ui/app_list/search_box_view.cc (revision 151481) |
| +++ ui/app_list/search_box_view.cc (working copy) |
| @@ -85,7 +85,7 @@ |
| search_box_->SetBoundsRect(edit_frame); |
| } |
| -bool SearchBoxView::OnMouseWheel(const views::MouseWheelEvent& event) { |
| +bool SearchBoxView::OnMouseWheel(const ui::MouseWheelEvent& event) { |
| if (contents_view_) |
| return contents_view_->OnMouseWheel(event); |