Index: chrome/browser/ui/views/location_bar/page_action_image_view.h |
=================================================================== |
--- chrome/browser/ui/views/location_bar/page_action_image_view.h (revision 150588) |
+++ chrome/browser/ui/views/location_bar/page_action_image_view.h (working copy) |
@@ -52,7 +52,7 @@ |
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE; |
virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE; |
virtual void OnMouseReleased(const views::MouseEvent& event) OVERRIDE; |
- virtual bool OnKeyPressed(const views::KeyEvent& event) OVERRIDE; |
+ virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE; |
// Overridden from ImageLoadingTracker: |
virtual void OnImageLoaded(const gfx::Image& image, |