| Index: components/autofill/core/browser/webdata/autofill_table.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_table.h b/components/autofill/core/browser/webdata/autofill_table.h
|
| index 41f9bf922df362217fe96a0bbe071d0d63ef0887..660219d7dab0166c4571cb7b79349f16442a739c 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_table.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_table.h
|
| @@ -84,6 +84,7 @@ struct FormFieldData;
|
| // first_name
|
| // middle_name
|
| // last_name
|
| +// full_name
|
| //
|
| // autofill_profile_emails
|
| // This table contains the multi-valued email fields
|
| @@ -284,6 +285,7 @@ class AutofillTable : public WebDatabaseTable {
|
| bool MigrateToVersion54AddI18nFieldsAndRemoveDeprecatedFields();
|
| bool MigrateToVersion55MergeAutofillDatesTable();
|
| bool MigrateToVersion56AddProfileLanguageCodeForFormatting();
|
| + bool MigrateToVersion57AddFullNameField();
|
|
|
| // Max data length saved in the table;
|
| static const size_t kMaxDataLength;
|
|
|