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

Unified Diff: chrome/browser/sync/profile_sync_service.cc

Issue 2770003: Changed syncable::PASSWORD to syncable::PASSWORDS for consistency (Closed)
Patch Set: Created 10 years, 6 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
Index: chrome/browser/sync/profile_sync_service.cc
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
index e6cd1615442e99e1654b27b7d557c109b0f4dccd..3d71b585b4b08a1ae6cdde1cda90f0d936b2a910 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/chrome/browser/sync/profile_sync_service.cc
@@ -382,7 +382,7 @@ const wchar_t* ProfileSyncService::GetPrefNameForDataType(
switch (data_type) {
case syncable::BOOKMARKS:
return prefs::kSyncBookmarks;
- case syncable::PASSWORD:
+ case syncable::PASSWORDS:
return prefs::kSyncPasswords;
case syncable::PREFERENCES:
return prefs::kSyncPreferences;
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.h ('k') | chrome/browser/sync/profile_sync_service_password_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698