Index: chrome/browser/sync/glue/autofill_profile_model_associator.h |
diff --git a/chrome/browser/sync/glue/autofill_profile_model_associator.h b/chrome/browser/sync/glue/autofill_profile_model_associator.h |
index c8b99ac82ed28e7a4eb47b78e49cd64957833cf2..4b0b1a2e91f796f258a75c8896a3e3debb529e5b 100644 |
--- a/chrome/browser/sync/glue/autofill_profile_model_associator.h |
+++ b/chrome/browser/sync/glue/autofill_profile_model_associator.h |
@@ -59,10 +59,10 @@ class AutofillProfileModelAssociator |
// PerDataTypeAssociatorInterface implementation. |
// |
// Iterates through the sync model looking for matched pairs of items. |
- virtual bool AssociateModels(); |
+ virtual bool AssociateModels(SyncError* error); |
// Clears all associations. |
- virtual bool DisassociateModels(); |
+ virtual bool DisassociateModels(SyncError* error); |
// TODO(lipalani) Bug 64111. |
// The has_nodes out param is true if the sync model has nodes other |