Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: content/browser/download/download_buffer.h

Issue 8381024: more content exports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't link installer_unittests, setup against content Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/download/download_stats.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|.
//
« no previous file with comments | « no previous file | content/browser/download/download_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698