| Index: ui/app_list/search_box_view.h
|
| ===================================================================
|
| --- ui/app_list/search_box_view.h (revision 150588)
|
| +++ ui/app_list/search_box_view.h (working copy)
|
| @@ -56,7 +56,7 @@
|
| virtual void ContentsChanged(views::Textfield* sender,
|
| const string16& new_contents) OVERRIDE;
|
| virtual bool HandleKeyEvent(views::Textfield* sender,
|
| - const views::KeyEvent& key_event) OVERRIDE;
|
| + const ui::KeyEvent& key_event) OVERRIDE;
|
|
|
| // Overridden from SearchBoxModelObserver:
|
| virtual void IconChanged() OVERRIDE;
|
|
|