Index: content/browser/download/save_file_manager.h |
diff --git a/content/browser/download/save_file_manager.h b/content/browser/download/save_file_manager.h |
index 5f555ed60d55f7e83f25b69b62d525b73aa201cd..e8419cfc900138f600184c0116b8733dd52b8519 100644 |
--- a/content/browser/download/save_file_manager.h |
+++ b/content/browser/download/save_file_manager.h |
@@ -65,6 +65,7 @@ |
#include "base/hash_tables.h" |
#include "base/memory/ref_counted.h" |
#include "content/browser/download/save_types.h" |
+#include "content/common/content_export.h" |
class FilePath; |
class GURL; |
@@ -87,7 +88,7 @@ class SaveFileManager |
explicit SaveFileManager(ResourceDispatcherHost* rdh); |
// Lifetime management. |
- void Shutdown(); |
+ CONTENT_EXPORT void Shutdown(); |
// Called on the IO thread. This generates unique IDs for |
// SaveFileResourceHandler objects (there's one per file in a SavePackage). |