Chromium Code Reviews

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/sync/engine/syncapi.cc ('k') | chrome/browser/sync/glue/password_change_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/data_type_manager_impl.cc
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.cc b/chrome/browser/sync/glue/data_type_manager_impl.cc
index 15ea2c64ae04d3dce9a4c1b0a8340276cb2677af..fd1464ea10d02cdcf30dbcb7fa3b4dcde0e29549 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.cc
+++ b/chrome/browser/sync/glue/data_type_manager_impl.cc
@@ -25,7 +25,7 @@ static const syncable::ModelType kStartOrder[] = {
syncable::AUTOFILL,
syncable::THEMES,
syncable::TYPED_URLS,
- syncable::PASSWORD,
+ syncable::PASSWORDS,
};
// Comparator used when sorting data type controllers.
« no previous file with comments | « chrome/browser/sync/engine/syncapi.cc ('k') | chrome/browser/sync/glue/password_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine