| Index: content/browser/download/download_types.h
|
| diff --git a/content/browser/download/download_types.h b/content/browser/download/download_types.h
|
| index b4f4a366d88a5eddd354f6353d87c7000521aebc..952b195baa726696cb95af25c85ef6e1b704d74e 100644
|
| --- a/content/browser/download/download_types.h
|
| +++ b/content/browser/download/download_types.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/file_path.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| +#include "content/common/content_export.h"
|
| #include "net/base/file_stream.h"
|
|
|
| namespace net {
|
| @@ -33,7 +34,7 @@ struct DownloadBuffer {
|
| };
|
|
|
| // Holds the information about how to save a download file.
|
| -struct DownloadSaveInfo {
|
| +struct CONTENT_EXPORT DownloadSaveInfo {
|
| DownloadSaveInfo();
|
| DownloadSaveInfo(const DownloadSaveInfo& info);
|
| ~DownloadSaveInfo();
|
|
|