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

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

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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
« no previous file with comments | « chrome/browser/autofill/address_field.h ('k') | chrome/browser/autofill/home_phone_number.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/address_field.cc
diff --git a/chrome/browser/autofill/address_field.cc b/chrome/browser/autofill/address_field.cc
index 41a1a1dc3baf7b6583e1f5073623a6aeb2b602e3..ea7dea72236054ea4dfd7ba6ea1ace1b19823329 100644
--- a/chrome/browser/autofill/address_field.cc
+++ b/chrome/browser/autofill/address_field.cc
@@ -70,6 +70,10 @@ bool AddressField::GetFieldInfo(FieldTypeMap* field_type_map) const {
return ok;
}
+FormFieldType AddressField::GetFormFieldType() const {
+ return kAddressType;
+}
+
AddressField* AddressField::Parse(
std::vector<AutoFillField*>::const_iterator* iter,
bool is_ecml) {
« no previous file with comments | « chrome/browser/autofill/address_field.h ('k') | chrome/browser/autofill/home_phone_number.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698