summaryrefslogtreecommitdiffstats
path: root/views/controls/combobox/native_combobox_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/combobox/native_combobox_wrapper.h')
-rw-r--r--views/controls/combobox/native_combobox_wrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/controls/combobox/native_combobox_wrapper.h b/views/controls/combobox/native_combobox_wrapper.h
index 0313857..61a3075 100644
--- a/views/controls/combobox/native_combobox_wrapper.h
+++ b/views/controls/combobox/native_combobox_wrapper.h
@@ -47,6 +47,9 @@ class NativeComboboxWrapper {
virtual gfx::NativeView GetTestingHandle() const = 0;
static NativeComboboxWrapper* CreateWrapper(Combobox* combobox);
+
+ protected:
+ virtual ~NativeComboboxWrapper() {}
};
} // namespace views