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

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

Issue 7969028: Reland r102332 - export more symbols needed for the component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actual fix for compile failure 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
« no previous file with comments | « content/browser/browser_process_sub_thread.h ('k') | content/browser/speech/speech_input_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/browser/browser_process_sub_thread.h ('k') | content/browser/speech/speech_input_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698