Index: chrome/browser/sync/glue/password_data_type_controller.h |
diff --git a/chrome/browser/sync/glue/password_data_type_controller.h b/chrome/browser/sync/glue/password_data_type_controller.h |
index 8d04b236b7eb18b46c7295aa3ef40dacb269397f..794761f94665f610d984e30471e741483b33b101 100644 |
--- a/chrome/browser/sync/glue/password_data_type_controller.h |
+++ b/chrome/browser/sync/glue/password_data_type_controller.h |
@@ -39,7 +39,7 @@ class PasswordDataTypeController : public DataTypeController { |
} |
virtual syncable::ModelType type() { |
- return syncable::PASSWORD; |
+ return syncable::PASSWORDS; |
} |
virtual browser_sync::ModelSafeGroup model_safe_group() { |