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

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

Issue 8343046: export DownloadRequestHandle (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_request_handle.h
diff --git a/content/browser/download/download_request_handle.h b/content/browser/download/download_request_handle.h
index c65ebe67aae663bf1449d5483dca24e47525df56..a971714fd03d3276d55da74cb470b7c557edbec3 100644
--- a/content/browser/download/download_request_handle.h
+++ b/content/browser/download/download_request_handle.h
@@ -8,6 +8,8 @@
#include <string>
+#include "content/common/content_export.h"
+
class DownloadManager;
class ResourceDispatcherHost;
class TabContents;
@@ -16,7 +18,7 @@ class TabContents;
// or objects conditional on it (e.g. TabContents).
// This class needs to be copyable, so we can pass it across threads and not
// worry about lifetime or const-ness.
-class DownloadRequestHandle {
+class CONTENT_EXPORT DownloadRequestHandle {
public:
// Create a null DownloadRequestHandle: getters will return null, and
// all actions are no-ops.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698