diff options
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/auto_fill_editor_gtk.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/auto_fill_editor_gtk.cc b/chrome/browser/autofill/auto_fill_editor_gtk.cc index f3d0e9f..e909d62 100644 --- a/chrome/browser/autofill/auto_fill_editor_gtk.cc +++ b/chrome/browser/autofill/auto_fill_editor_gtk.cc @@ -160,7 +160,7 @@ class AutoFillProfileEditor { private: friend class DeleteTask<AutoFillProfileEditor>; - ~AutoFillProfileEditor() {} + virtual ~AutoFillProfileEditor() {} void Init(); @@ -541,7 +541,7 @@ class AutoFillCreditCardEditor { COL_COUNT }; - ~AutoFillCreditCardEditor() {} + virtual ~AutoFillCreditCardEditor() {} // Creates the GtkListStore used to show the billing addresses. GtkListStore* CreateAddressStore(); |