| Index: components/sync/protocol/proto_visitors.h
|
| diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
|
| index 350b715e234dde3f9569e53cbd01dc421ab69204..8e0e33d0e67c882b16251a7270b7267973ded027 100644
|
| --- a/components/sync/protocol/proto_visitors.h
|
| +++ b/components/sync/protocol/proto_visitors.h
|
| @@ -575,6 +575,7 @@ VISIT_PROTO_FIELDS(const sync_pb::WalletMaskedCreditCard& proto) {
|
| VISIT(exp_year);
|
| VISIT(billing_address_id);
|
| VISIT_ENUM(card_class);
|
| + VISIT(bank_name);
|
| }
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::WalletPostalAddress& proto) {
|
|
|