| Index: components/sync/protocol/proto_visitors.h
|
| diff --git a/components/sync/protocol/proto_visitors.h b/components/sync/protocol/proto_visitors.h
|
| index bf99645c534bf56a9844316b7ca4c1900100e031..731dd7d4af03b93390e64b88835004381e2bc2b4 100644
|
| --- a/components/sync/protocol/proto_visitors.h
|
| +++ b/components/sync/protocol/proto_visitors.h
|
| @@ -572,6 +572,7 @@ VISIT_PROTO_FIELDS(const sync_pb::WalletMaskedCreditCard& proto) {
|
| VISIT(exp_month);
|
| VISIT(exp_year);
|
| VISIT(billing_address_id);
|
| + VISIT_ENUM(card_class);
|
| }
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::WalletPostalAddress& proto) {
|
|
|