| Index: content/browser/download/download_types.h
|
| diff --git a/content/browser/download/download_types.h b/content/browser/download/download_types.h
|
| index 952b195baa726696cb95af25c85ef6e1b704d74e..7ee8043f5a7f83e38d3e1e504fb4d2a145b4c00f 100644
|
| --- a/content/browser/download/download_types.h
|
| +++ b/content/browser/download/download_types.h
|
| @@ -24,7 +24,7 @@ class IOBuffer;
|
| // waiting for the task to run on the file thread. Access to the write buffers
|
| // is synchronized via the lock. Each entry in 'contents' represents one data
|
| // buffer and its size in bytes.
|
| -struct DownloadBuffer {
|
| +struct CONTENT_EXPORT DownloadBuffer {
|
| DownloadBuffer();
|
| ~DownloadBuffer();
|
|
|
|
|