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

Unified Diff: content/browser/download/mhtml_generation_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/mhtml_generation_manager.h
diff --git a/content/browser/download/mhtml_generation_manager.h b/content/browser/download/mhtml_generation_manager.h
index 49cd8ec2e12403032d8074caa004ffc955aec94b..9271327f038f481ebb79c733011822502e7c4d12 100644
--- a/content/browser/download/mhtml_generation_manager.h
+++ b/content/browser/download/mhtml_generation_manager.h
@@ -11,12 +11,13 @@
#include "base/platform_file.h"
#include "base/process.h"
#include "content/browser/browser_thread.h"
+#include "content/common/content_export.h"
#include "ipc/ipc_platform_file.h"
class FilePath;
class TabContents;
-class MHTMLGenerationManager
+class CONTENT_EXPORT MHTMLGenerationManager
: public base::RefCountedThreadSafe<MHTMLGenerationManager,
BrowserThread::DeleteOnUIThread> {
public:

Powered by Google App Engine
This is Rietveld 408576698