diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 03:14:42 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-16 03:14:42 +0000 |
commit | a68ca912c4e2557a38efcc599cc05e34471be369 (patch) | |
tree | 339494fe58aa13d8280a60923ece5e2672eb2394 /content/app | |
parent | 4175b58965d3b2207265fd390c17e4f9119aeae1 (diff) | |
download | chromium_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.h | 3 |
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(); |