| Index: chrome/browser/ui/views/location_bar/star_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/star_view.h (revision 151481)
|
| +++ chrome/browser/ui/views/location_bar/star_view.h (working copy)
|
| @@ -34,7 +34,7 @@
|
| virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
|
| virtual ui::GestureStatus OnGestureEvent(
|
| - const views::GestureEvent& event) OVERRIDE;
|
| + const ui::GestureEvent& event) OVERRIDE;
|
| virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
|
|
| // The CommandUpdater for the Browser object that owns the location bar.
|
|
|