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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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_file.h
diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h
index bddeb3e6d26591e4cf7929fd3aea9311da1ce8fb..f42a1af23c3f6d4b9f56690a8a179d00a303c48b 100644
--- a/content/browser/download/download_file.h
+++ b/content/browser/download/download_file.h
@@ -13,6 +13,7 @@
#include "content/browser/download/base_file.h"
#include "content/browser/download/download_request_handle.h"
#include "content/browser/download/download_types.h"
+#include "content/common/content_export.h"
struct DownloadCreateInfo;
class DownloadManager;
@@ -22,7 +23,7 @@ class ResourceDispatcherHost;
// operations for one download. These objects live only for the duration that
// the download is 'in progress': once the download has been completed or
// cancelled, the DownloadFile is destroyed.
-class DownloadFile : public BaseFile {
+class CONTENT_EXPORT DownloadFile : public BaseFile {
public:
DownloadFile(const DownloadCreateInfo* info,
DownloadManager* download_manager);

Powered by Google App Engine
This is Rietveld 408576698