| 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 6b02c1e8d424d299145716155c13537de6412d9a..9ddaa8f55ee8053d0c7ac13bdf833bc835e31d15 100644
|
| --- a/ui/views/views_touch_selection_controller_factory.h
|
| +++ b/ui/views/views_touch_selection_controller_factory.h
|
| @@ -17,7 +17,7 @@ class VIEWS_EXPORT ViewsTouchSelectionControllerFactory
|
|
|
| // Overridden from ui::TouchSelectionControllerFactory.
|
| virtual ui::TouchSelectionController* create(
|
| - ui::TouchEditable* client_view) OVERRIDE;
|
| + ui::TouchEditable* client_view) override;
|
| };
|
|
|
| } // namespace views
|
|
|