| 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 a645e90e0b11dcdaf74f1c17b15aabc2ef1b6b79..5ee4e4eac9507491ce153f3e34f6443df92423cf 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_table.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_table.h
|
| @@ -168,6 +168,7 @@ struct FormFieldData;
|
| //
|
| // id String assigned by the server to identify this address.
|
| // This is opaque to the client.
|
| +// recipient_name Added in v62.
|
| // company_name
|
| // street_address The combined lines of the street address.
|
| // address_1 Also known as "administrative area". This is normally
|
| @@ -369,6 +370,7 @@ class AutofillTable : public WebDatabaseTable {
|
| bool MigrateToVersion57AddFullNameField();
|
| bool MigrateToVersion60AddServerCards();
|
| bool MigrateToVersion61AddUsageStats();
|
| + bool MigrateToVersion62AddServerRecipientName();
|
|
|
| // Max data length saved in the table;
|
| static const size_t kMaxDataLength;
|
|
|