Index: chrome/browser/sync/glue/password_model_associator.cc |
diff --git a/chrome/browser/sync/glue/password_model_associator.cc b/chrome/browser/sync/glue/password_model_associator.cc |
index e2fcb7e2579970951faf46d19a4a264d80d44468..f034c47e0d2bb6a5c965edce8183f0a1bc3db3e1 100644 |
--- a/chrome/browser/sync/glue/password_model_associator.cc |
+++ b/chrome/browser/sync/glue/password_model_associator.cc |
@@ -71,6 +71,7 @@ syncer::SyncError PasswordModelAssociator::AssociateModels( |
ModelTypeToHistogramInt(syncer::PASSWORDS), |
syncer::MODEL_TYPE_COUNT); |
return syncer::SyncError(FROM_HERE, |
+ syncer::SyncError::DATATYPE_ERROR, |
"Could not get the password entries.", |
model_type()); |
} |