Index: ui/events/ozone/evdev/input_controller_evdev.h |
diff --git a/ui/events/ozone/evdev/input_controller_evdev.h b/ui/events/ozone/evdev/input_controller_evdev.h |
index 05031ce4a6c0c3500ef37338618730235e0fd4fd..13b124d0d9c100c1850d23348b251bd98e24daca 100644 |
--- a/ui/events/ozone/evdev/input_controller_evdev.h |
+++ b/ui/events/ozone/evdev/input_controller_evdev.h |
@@ -33,7 +33,7 @@ class EVENTS_OZONE_EVDEV_EXPORT InputControllerEvdev : public InputController { |
GesturePropertyProvider* gesture_property_provider |
#endif |
); |
- virtual ~InputControllerEvdev(); |
+ ~InputControllerEvdev() override; |
// InputController: |
bool HasMouse() override; |