| 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..0b9089cb439b1e6dd30291ac15c35693f8c9eaf5 100644
|
| --- a/components/sync/protocol/proto_visitors.h
|
| +++ b/components/sync/protocol/proto_visitors.h
|
| @@ -285,6 +285,8 @@ VISIT_PROTO_FIELDS(const sync_pb::WalletMetadataSpecifics& proto) {
|
| VISIT(id);
|
| VISIT(use_count);
|
| VISIT(use_date);
|
| + VISIT(card_billing_address_id);
|
| + VISIT(address_has_converted);
|
| }
|
|
|
| VISIT_PROTO_FIELDS(const sync_pb::AutofillWalletSpecifics& proto) {
|
|
|