Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: components/sync_driver/sync_prefs.cc

Issue 1147753002: Fixup Wallet sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-
-
« no previous file with comments | « no previous file | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698