| Index: sync/protocol/proto_enum_conversions.h
|
| diff --git a/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h
|
| index 55d62a0579d1aa67306c1b52f9f560846da704bb..e19fe6bfef302ec0d12d12c4c14994ec0a6efb97 100644
|
| --- a/sync/protocol/proto_enum_conversions.h
|
| +++ b/sync/protocol/proto_enum_conversions.h
|
| @@ -59,6 +59,9 @@ SYNC_EXPORT_PRIVATE const char* GetLaunchTypeString(
|
| SYNC_EXPORT_PRIVATE const char* GetWalletInfoTypeString(
|
| sync_pb::AutofillWalletSpecifics::WalletInfoType wallet_info_type);
|
|
|
| +SYNC_EXPORT_PRIVATE const char* GetWalletMetadataTypeString(
|
| + sync_pb::WalletMetadataSpecifics::Type wallet_metadata_type);
|
| +
|
| SYNC_EXPORT_PRIVATE const char* GetWalletCardStatusString(
|
| sync_pb::WalletMaskedCreditCard::WalletCardStatus wallet_card_status);
|
|
|
|
|