Index: chrome/browser/autofill/contact_info.h |
diff --git a/chrome/browser/autofill/contact_info.h b/chrome/browser/autofill/contact_info.h |
index 97c31196665f34da11357196517aed679984fd8f..d47ec8d7345bfa4fa1913f384e611fea762c1e57 100644 |
--- a/chrome/browser/autofill/contact_info.h |
+++ b/chrome/browser/autofill/contact_info.h |
@@ -16,7 +16,8 @@ typedef std::vector<string16> NameTokens; |
// A form group that stores contact information. |
class ContactInfo : public FormGroup { |
public: |
- ContactInfo() {} |
+ ContactInfo(); |
+ virtual ~ContactInfo(); |
// FormGroup implementation: |
virtual FormGroup* Clone() const; |