| Index: chrome/browser/autofill/contact_info.cc
|
| diff --git a/chrome/browser/autofill/contact_info.cc b/chrome/browser/autofill/contact_info.cc
|
| index f38f0496f54ffe30021e74347800e0ee8fd260c2..ce2e36e2bc5031cc5c8fafbf571af63a7d264cf3 100644
|
| --- a/chrome/browser/autofill/contact_info.cc
|
| +++ b/chrome/browser/autofill/contact_info.cc
|
| @@ -23,6 +23,10 @@ static const AutoFillFieldType kAutoFillContactInfoTypes[] = {
|
| static const size_t kAutoFillContactInfoLength =
|
| arraysize(kAutoFillContactInfoTypes);
|
|
|
| +ContactInfo::ContactInfo() {}
|
| +
|
| +ContactInfo::~ContactInfo() {}
|
| +
|
| FormGroup* ContactInfo::Clone() const {
|
| return new ContactInfo(*this);
|
| }
|
|
|