Index: ui/views/controls/button/button_dropdown.h |
=================================================================== |
--- ui/views/controls/button/button_dropdown.h (revision 151055) |
+++ ui/views/controls/button/button_dropdown.h (working copy) |
@@ -58,7 +58,7 @@ |
// 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 Event& event) OVERRIDE; |
+ virtual bool ShouldEnterPushedState(const ui::Event& event) OVERRIDE; |
// Returns if menu should be shown. Override this to change default behavior. |
virtual bool ShouldShowMenu(); |