| 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();
|
|
|
|
|