Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1087)

Unified Diff: chrome/browser/autofill/contact_info.cc

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698