Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: content/browser/download/save_file_manager.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698