| Index: chrome/browser/ui/views/browser_action_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/browser_action_view.h (revision 151406)
|
| +++ chrome/browser/ui/views/browser_action_view.h (working copy)
|
| @@ -152,9 +152,9 @@
|
| // button will stay in the pushed state until the "menu" (a popup in this
|
| // case) is dismissed.
|
| virtual bool Activate() OVERRIDE;
|
| - virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
|
| - virtual void OnMouseReleased(const views::MouseEvent& event) OVERRIDE;
|
| - virtual void OnMouseExited(const views::MouseEvent& event) OVERRIDE;
|
| + virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE;
|
| + virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
|
| + virtual void OnMouseExited(const ui::MouseEvent& event) OVERRIDE;
|
| virtual bool OnKeyReleased(const ui::KeyEvent& event) OVERRIDE;
|
|
|
| // Overridden from ui::AcceleratorTarget.
|
|
|