Index: ui/views/views_touch_selection_controller_factory.h |
diff --git a/ui/views/views_touch_selection_controller_factory.h b/ui/views/views_touch_selection_controller_factory.h |
index 9ddaa8f55ee8053d0c7ac13bdf833bc835e31d15..d1a3dd71e4dab6e0659b2d569ccc5f6263058fa8 100644 |
--- a/ui/views/views_touch_selection_controller_factory.h |
+++ b/ui/views/views_touch_selection_controller_factory.h |
@@ -16,8 +16,7 @@ class VIEWS_EXPORT ViewsTouchSelectionControllerFactory |
ViewsTouchSelectionControllerFactory(); |
// Overridden from ui::TouchSelectionControllerFactory. |
- virtual ui::TouchSelectionController* create( |
- ui::TouchEditable* client_view) override; |
+ ui::TouchSelectionController* create(ui::TouchEditable* client_view) override; |
}; |
} // namespace views |