Index: ui/views/touchui/touch_selection_controller_impl.cc |
=================================================================== |
--- ui/views/touchui/touch_selection_controller_impl.cc (revision 151055) |
+++ ui/views/touchui/touch_selection_controller_impl.cc (working copy) |
@@ -273,8 +273,7 @@ |
} |
// Overridden from ButtonListener: |
- virtual void ButtonPressed(Button* sender, |
- const views::Event& event) OVERRIDE { |
+ virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE { |
controller_->ExecuteCommand(sender->tag()); |
} |