diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 17:16:16 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 17:16:16 +0000 |
commit | 97efb8e4233980eaa78be2b9e92e29602ab55c03 (patch) | |
tree | af0d0591af481eaab30b3c486a371feccde52036 /content/browser/download/drag_download_util.h | |
parent | 413ff204295280c8d54b93f1eded372b07e34015 (diff) | |
download | chromium_src-97efb8e4233980eaa78be2b9e92e29602ab55c03.zip chromium_src-97efb8e4233980eaa78be2b9e92e29602ab55c03.tar.gz chromium_src-97efb8e4233980eaa78be2b9e92e29602ab55c03.tar.bz2 |
Export some unix-specific content symbols.
R=jam@chromium.org
BUG=90442
TEST=
Review URL: http://codereview.chromium.org/8113027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103929 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/download/drag_download_util.h')
-rw-r--r-- | content/browser/download/drag_download_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/download/drag_download_util.h b/content/browser/download/drag_download_util.h index 965c6f2..df8bde0 100644 --- a/content/browser/download/drag_download_util.h +++ b/content/browser/download/drag_download_util.h @@ -38,10 +38,10 @@ CONTENT_EXPORT bool ParseDownloadMetadata(const string16& metadata, // Create a new file at the specified path. If the file already exists, try to // insert the sequential unifier to produce a new file, like foo-01.txt. // Return a FileStream if successful. -net::FileStream* CreateFileStreamForDrop(FilePath* file_path); +CONTENT_EXPORT net::FileStream* CreateFileStreamForDrop(FilePath* file_path); // Implementation of DownloadFileObserver to finalize the download process. -class PromiseFileFinalizer : public ui::DownloadFileObserver { +class CONTENT_EXPORT PromiseFileFinalizer : public ui::DownloadFileObserver { public: explicit PromiseFileFinalizer(DragDownloadFile* drag_file_downloader); virtual ~PromiseFileFinalizer(); |