| Index: chrome/browser/ui/views/find_bar_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/find_bar_view.h (revision 151406)
|
| +++ chrome/browser/ui/views/find_bar_view.h (working copy)
|
| @@ -102,7 +102,7 @@
|
| : view_to_focus_on_mousedown_(view_to_focus_on_mousedown) {}
|
|
|
| private:
|
| - virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
|
| + virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
|
|
| views::Textfield* view_to_focus_on_mousedown_;
|
|
|
|
|