Index: content/browser/download/download_buffer.h |
diff --git a/content/browser/download/download_buffer.h b/content/browser/download/download_buffer.h |
index acbd28a8e8f9b4851f745a00b714151f334ae76e..b6a40af532cf03cc4d53d99bb81e0cc8df021274 100644 |
--- a/content/browser/download/download_buffer.h |
+++ b/content/browser/download/download_buffer.h |
@@ -28,7 +28,8 @@ typedef std::vector<ContentElement> ContentVector; |
// (if |num_bytes| is not NULL). |
// If |contents| is empty, returns NULL as an |IOBuffer| is not allowed |
// to have 0 bytes. |
-net::IOBuffer* AssembleData(const ContentVector& contents, size_t* num_bytes); |
+CONTENT_EXPORT net::IOBuffer* AssembleData(const ContentVector& contents, |
+ size_t* num_bytes); |
// |DownloadBuffer| is a thread-safe wrapper around |ContentVector|. |
// |