summaryrefslogtreecommitdiffstats
path: root/app/os_exchange_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/os_exchange_data.h')
-rw-r--r--app/os_exchange_data.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/os_exchange_data.h b/app/os_exchange_data.h
index 7a76198..e2b06cc 100644
--- a/app/os_exchange_data.h
+++ b/app/os_exchange_data.h
@@ -63,12 +63,12 @@ class OSExchangeData {
// Encapsulates the info about a file to be downloaded.
struct DownloadFileInfo {
+ DownloadFileInfo(const FilePath& filename,
+ DownloadFileProvider* downloader);
+ ~DownloadFileInfo();
+
FilePath filename;
scoped_refptr<DownloadFileProvider> downloader;
-
- DownloadFileInfo(const FilePath& filename, DownloadFileProvider* downloader)
- : filename(filename),
- downloader(downloader) {}
};
// Provider defines the platform specific part of OSExchangeData that