Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / sync / api / syncable_service.cc
index 66b1e27..9d4773c 100644 (file)
@@ -8,4 +8,8 @@ namespace syncer {
 
 SyncableService::~SyncableService() {}
 
+scoped_refptr<AttachmentStore> SyncableService::GetAttachmentStore() {
+  return scoped_refptr<AttachmentStore>();
+}
+
 }  // namespace syncer