summaryrefslogtreecommitdiffstats
path: root/content/app
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-16 03:14:42 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-16 03:14:42 +0000
commita68ca912c4e2557a38efcc599cc05e34471be369 (patch)
tree339494fe58aa13d8280a60923ece5e2672eb2394 /content/app
parent4175b58965d3b2207265fd390c17e4f9119aeae1 (diff)
downloadchromium_src-a68ca912c4e2557a38efcc599cc05e34471be369.zip
chromium_src-a68ca912c4e2557a38efcc599cc05e34471be369.tar.gz
chromium_src-a68ca912c4e2557a38efcc599cc05e34471be369.tar.bz2
Export more symbols needed for the component build of content.
R=jam@chromium.org BUG=90442 TEST= Review URL: http://codereview.chromium.org/7885041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/app')
-rw-r--r--content/app/content_main_delegate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/app/content_main_delegate.h b/content/app/content_main_delegate.h
index aeb9033..361afa2 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();