diff options
Diffstat (limited to 'content/browser/download/save_file_manager.h')
-rw-r--r-- | content/browser/download/save_file_manager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/download/save_file_manager.h b/content/browser/download/save_file_manager.h index 5f555ed..e8419cf 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). |