Commit 0b004b20 authored by dpranke@chromium.org's avatar dpranke@chromium.org

export DownloadRequestHandle - this is needed in both content_unittests and unit_tests.

R=jam@chromium.org
BUG=90442
TEST=

Review URL: http://codereview.chromium.org/8343046

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107762 0039d316-1c4b-4281-b951-d872f2087c98
parent 9dd9aad0
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment