| Index: components/sync_driver/sync_prefs.cc
|
| diff --git a/components/sync_driver/sync_prefs.cc b/components/sync_driver/sync_prefs.cc
|
| index 9f8007548ef7d8d1db0a1a613f7c87a85d61c521..fe465e8fcc50032dcc2bf37c7cd367e79fd70055 100644
|
| --- a/components/sync_driver/sync_prefs.cc
|
| +++ b/components/sync_driver/sync_prefs.cc
|
| @@ -252,9 +252,9 @@ const char* SyncPrefs::GetPrefNameForDataType(syncer::ModelType data_type) {
|
| case syncer::AUTOFILL:
|
| return prefs::kSyncAutofill;
|
| case syncer::AUTOFILL_PROFILE:
|
| - return prefs::kSyncAutofillWallet;
|
| - case syncer::AUTOFILL_WALLET_DATA:
|
| return prefs::kSyncAutofillProfile;
|
| + case syncer::AUTOFILL_WALLET_DATA:
|
| + return prefs::kSyncAutofillWallet;
|
| case syncer::THEMES:
|
| return prefs::kSyncThemes;
|
| case syncer::TYPED_URLS:
|
| @@ -476,5 +476,3 @@ void SyncPrefs::SetCleanShutdown(bool value) {
|
| }
|
|
|
| } // namespace sync_driver
|
| -
|
| -
|
|
|