Index: ui/app_list/search_box_view.h |
=================================================================== |
--- ui/app_list/search_box_view.h (revision 151481) |
+++ ui/app_list/search_box_view.h (working copy) |
@@ -43,7 +43,7 @@ |
// Overridden from views::View: |
virtual gfx::Size GetPreferredSize() OVERRIDE; |
virtual void Layout() OVERRIDE; |
- virtual bool OnMouseWheel(const views::MouseWheelEvent& event) OVERRIDE; |
+ virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE; |
private: |
// Updates model text and selection model with current Textfield info. |