Index: components/sync_driver/generic_change_processor.h |
diff --git a/components/sync_driver/generic_change_processor.h b/components/sync_driver/generic_change_processor.h |
index 19416004455e55c8c1e43345ff1aba1a3b367994..ed7c0aa48088c4841e6d468c596c43e7ba829a8e 100644 |
--- a/components/sync_driver/generic_change_processor.h |
+++ b/components/sync_driver/generic_change_processor.h |
@@ -13,6 +13,7 @@ |
#include "components/sync_driver/change_processor.h" |
#include "components/sync_driver/data_type_controller.h" |
#include "components/sync_driver/data_type_error_handler.h" |
+#include "sync/api/attachments/attachment_store.h" |
#include "sync/api/sync_change_processor.h" |
#include "sync/api/sync_merge_result.h" |
#include "sync/internal_api/public/attachments/attachment_service.h" |
@@ -49,7 +50,8 @@ class GenericChangeProcessor : public ChangeProcessor, |
const base::WeakPtr<syncer::SyncableService>& local_service, |
const base::WeakPtr<syncer::SyncMergeResult>& merge_result, |
syncer::UserShare* user_share, |
- SyncApiComponentFactory* sync_factory); |
+ SyncApiComponentFactory* sync_factory, |
+ const scoped_refptr<syncer::AttachmentStore>& attachment_store); |
virtual ~GenericChangeProcessor(); |
// ChangeProcessor interface. |