| Index: chrome/browser/ui/views/find_bar_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/find_bar_view.h (revision 150588)
|
| +++ chrome/browser/ui/views/find_bar_view.h (working copy)
|
| @@ -80,7 +80,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;
|
|
|
| private:
|
| // Update the appearance for the match count label.
|
|
|