Index: chrome/browser/sync/glue/app_model_associator.h |
=================================================================== |
--- chrome/browser/sync/glue/app_model_associator.h (revision 94142) |
+++ chrome/browser/sync/glue/app_model_associator.h (working copy) |
@@ -32,8 +32,8 @@ |
static syncable::ModelType model_type() { return syncable::APPS; } |
// AssociatorInterface implementation. |
- virtual bool AssociateModels(SyncError* error); |
- virtual bool DisassociateModels(SyncError* error); |
+ virtual bool AssociateModels(); |
+ virtual bool DisassociateModels(); |
virtual bool SyncModelHasUserCreatedNodes(bool* has_nodes); |
virtual void AbortAssociation(); |
virtual bool CryptoReadyIfNecessary(); |