diff options
-rw-r--r-- | sync/syncable/model_type.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc index 1043383..9219af2 100644 --- a/sync/syncable/model_type.cc +++ b/sync/syncable/model_type.cc @@ -60,7 +60,7 @@ const ModelTypeInfo kModelTypeInfoMap[] = { {AUTOFILL_WALLET_DATA, "AUTOFILL_WALLET", "autofill_wallet", "Autofill Wallet", sync_pb::EntitySpecifics::kAutofillWalletFieldNumber, 34}, - {AUTOFILL_WALLET_METADATA, "AUTOFILL_WALLET_METADATA", + {AUTOFILL_WALLET_METADATA, "WALLET_METADATA", "autofill_wallet_metadata", "Autofill Wallet Metadata", sync_pb::EntitySpecifics::kWalletMetadataFieldNumber, 35}, {THEMES, "THEME", "themes", "Themes", |