Index: content/browser/download/base_file.h |
diff --git a/content/browser/download/base_file.h b/content/browser/download/base_file.h |
index 1e45321eb68037056331acafe283761dafcc7963..7076ef146678274ecb28fa62c4a57f5df583431b 100644 |
--- a/content/browser/download/base_file.h |
+++ b/content/browser/download/base_file.h |
@@ -12,6 +12,7 @@ |
#include "base/memory/linked_ptr.h" |
#include "base/memory/scoped_ptr.h" |
#include "content/browser/power_save_blocker.h" |
+#include "content/common/content_export.h" |
#include "googleurl/src/gurl.h" |
#include "net/base/net_errors.h" |
@@ -24,7 +25,7 @@ class FileStream; |
// File being downloaded and saved to disk. This is a base class |
// for DownloadFile and SaveFile, which keep more state information. |
-class BaseFile { |
+class CONTENT_EXPORT BaseFile { |
public: |
BaseFile(const FilePath& full_path, |
const GURL& source_url, |