Index: ui/events/platform/x11/x11_event_source_glib.cc |
diff --git a/ui/events/platform/x11/x11_event_source_glib.cc b/ui/events/platform/x11/x11_event_source_glib.cc |
index 95044226b50dce6213eada078ea09001a252a7f2..f9f938dceae71ca100b7bda2676fec9c8444ba53 100644 |
--- a/ui/events/platform/x11/x11_event_source_glib.cc |
+++ b/ui/events/platform/x11/x11_event_source_glib.cc |
@@ -55,7 +55,7 @@ class X11EventSourceGlib : public X11EventSource { |
InitXSource(ConnectionNumber(display)); |
} |
- virtual ~X11EventSourceGlib() { |
+ ~X11EventSourceGlib() override { |
g_source_destroy(x_source_); |
g_source_unref(x_source_); |
} |