aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/folderdownloadrequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/folderdownloadrequest.h')
-rw-r--r--backends/cloud/folderdownloadrequest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/cloud/folderdownloadrequest.h b/backends/cloud/folderdownloadrequest.h
index 33fa5992c6..779ea3334f 100644
--- a/backends/cloud/folderdownloadrequest.h
+++ b/backends/cloud/folderdownloadrequest.h
@@ -26,7 +26,6 @@
#include "backends/networking/curl/request.h"
#include "backends/networking/curl/networkreadstream.h"
#include "backends/cloud/storage.h"
-#include "common/file.h"
namespace Cloud {
@@ -41,7 +40,7 @@ class FolderDownloadRequest: public Networking::Request {
bool _ignoreCallback;
void start();
- void directoryListedCallback(Storage::FileArrayResponse pair);
+ void directoryListedCallback(Storage::ListDirectoryResponse pair);
void fileDownloadedCallback(Storage::BoolResponse pair);
void downloadNextFile();
void finishFiles(Common::Array<StorageFile> &files);