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

Unified Diff: content/app/content_main_delegate.h

Issue 7885041: Export more symbols needed for the component build of content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | content/browser/browser_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/content_main_delegate.h
diff --git a/content/app/content_main_delegate.h b/content/app/content_main_delegate.h
index aeb9033be4d4eed19db5e456d9f2773ab8ee3311..361afa2dd3d59f3edfb9eaf511d94ff893168874 100644
--- a/content/app/content_main_delegate.h
+++ b/content/app/content_main_delegate.h
@@ -9,13 +9,14 @@
#include <string>
#include "build/build_config.h"
+#include "content/common/content_export.h"
struct MainFunctionParams;
class ZygoteForkDelegate;
namespace content {
-class ContentMainDelegate {
+class CONTENT_EXPORT ContentMainDelegate {
public:
virtual ~ContentMainDelegate();
« no previous file with comments | « no previous file | content/browser/browser_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698