Index: chrome/browser/sync/glue/theme_model_associator.h |
=================================================================== |
--- chrome/browser/sync/glue/theme_model_associator.h (revision 94142) |
+++ chrome/browser/sync/glue/theme_model_associator.h (working copy) |
@@ -27,8 +27,8 @@ |
static syncable::ModelType model_type() { return syncable::THEMES; } |
// 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() { |
// No implementation needed, this associator runs on the main |