Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / sync_driver / sync_api_component_factory.h
index 3ca4f73..2ae6dcb 100644 (file)
@@ -32,6 +32,7 @@ class SyncApiComponentFactory {
   // provided. AttachmentService doesn't take ownership of delegate, the pointer
   // must be valid throughout AttachmentService lifetime.
   virtual scoped_ptr<syncer::AttachmentService> CreateAttachmentService(
+      const scoped_refptr<syncer::AttachmentStore>& attachment_store,
       const syncer::UserShare& user_share,
       syncer::AttachmentService::Delegate* delegate) = 0;
 };