summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_external_delegate_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/autofill_external_delegate_unittest.cc')
-rw-r--r--chrome/browser/autofill/autofill_external_delegate_unittest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_external_delegate_unittest.cc b/chrome/browser/autofill/autofill_external_delegate_unittest.cc
index e0ba283..1f1c918 100644
--- a/chrome/browser/autofill/autofill_external_delegate_unittest.cc
+++ b/chrome/browser/autofill/autofill_external_delegate_unittest.cc
@@ -55,13 +55,15 @@ class MockAutofillManager : public AutofillManager {
public:
explicit MockAutofillManager(TabContentsWrapper* tab_contents)
: AutofillManager(tab_contents) {}
- ~MockAutofillManager() {}
MOCK_METHOD4(OnFillAutofillFormData,
void(int query_id,
const webkit::forms::FormData& form,
const webkit::forms::FormField& field,
int unique_id));
+
+ protected:
+ virtual ~MockAutofillManager() {}
};
} // namespace