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

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

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now Created 9 years, 3 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
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();

Powered by Google App Engine
This is Rietveld 408576698