Index: ui/views/controls/button/button_dropdown.h |
diff --git a/ui/views/controls/button/button_dropdown.h b/ui/views/controls/button/button_dropdown.h |
index e5f464b1406da62c467f8c6badaf9f0c455a89cc..9d3d8496bdbdf52dc95f82bb325ac7b145daa167 100644 |
--- a/ui/views/controls/button/button_dropdown.h |
+++ b/ui/views/controls/button/button_dropdown.h |
@@ -50,7 +50,7 @@ class VIEWS_EXPORT ButtonDropDown : public ImageButton { |
// pressed when a user holds the mouse down over the button. For this |
// implementation, both left and right mouse buttons can trigger a change |
// to the PUSHED state. |
- virtual bool ShouldEnterPushedState(const MouseEvent& event) OVERRIDE; |
+ virtual bool ShouldEnterPushedState(const Event& event) OVERRIDE; |
private: |
// Internal function to show the dropdown menu |