Index: ui/views/controls/native/native_view_host_test_base.h |
diff --git a/ui/views/controls/native/native_view_host_test_base.h b/ui/views/controls/native/native_view_host_test_base.h |
index ce98fb46e6642247dc02034635c6cd72f19d6819..6a39f4d987b1e4c2792fdca63a8afe0c04e8d601 100644 |
--- a/ui/views/controls/native/native_view_host_test_base.h |
+++ b/ui/views/controls/native/native_view_host_test_base.h |
@@ -18,7 +18,7 @@ namespace test { |
class NativeViewHostTestBase : public ViewsTestBase { |
public: |
NativeViewHostTestBase(); |
- virtual ~NativeViewHostTestBase(); |
+ ~NativeViewHostTestBase() override; |
// Create the |toplevel_| widget. |
void CreateTopLevel(); |