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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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/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();

Powered by Google App Engine
This is Rietveld 408576698