Index: content/browser/download/download_file_manager.h |
diff --git a/content/browser/download/download_file_manager.h b/content/browser/download/download_file_manager.h |
index f32a2f2cac40e95f657b5150e68de3930e665c6b..0704acbebdd32251393968cc90cb7181b20c6096 100644 |
--- a/content/browser/download/download_file_manager.h |
+++ b/content/browser/download/download_file_manager.h |
@@ -49,6 +49,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/timer.h" |
#include "content/browser/download/download_request_handle.h" |
+#include "content/common/content_export.h" |
#include "ui/gfx/native_widget_types.h" |
struct DownloadBuffer; |
@@ -71,7 +72,7 @@ class DownloadFileManager |
explicit DownloadFileManager(ResourceDispatcherHost* rdh); |
// Called on shutdown on the UI thread. |
- void Shutdown(); |
+ CONTENT_EXPORT void Shutdown(); |
// Called on the IO or UI threads. |
int GetNextId(); |