Index: ui/app_list/search_result_list_view.h |
=================================================================== |
--- ui/app_list/search_result_list_view.h (revision 150588) |
+++ ui/app_list/search_result_list_view.h (working copy) |
@@ -33,7 +33,7 @@ |
bool IsResultViewSelected(const SearchResultView* result_view) const; |
// Overridden from views::View: |
- virtual bool OnKeyPressed(const views::KeyEvent& event) OVERRIDE; |
+ virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE; |
private: |
// Helper function to get SearchResultView at given |index|. |