Index: ui/base/touch/touch_editing_controller.h |
diff --git a/ui/base/touch/touch_editing_controller.h b/ui/base/touch/touch_editing_controller.h |
index 9c0298efd100f610f8f141210d7ad28b5a3bec09..00d8d496388c4b916c280115ff598b6e171de3eb 100644 |
--- a/ui/base/touch/touch_editing_controller.h |
+++ b/ui/base/touch/touch_editing_controller.h |
@@ -60,7 +60,7 @@ class UI_BASE_EXPORT TouchEditable : public ui::SimpleMenuModel::Delegate { |
virtual void DestroyTouchSelection() = 0; |
protected: |
- virtual ~TouchEditable() {} |
+ ~TouchEditable() override {} |
}; |
// This defines the callback interface for other code to be notified of changes |