| Index: third_party/WebKit/Source/core/frame/csp/CSPDirective.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirective.h b/third_party/WebKit/Source/core/frame/csp/CSPDirective.h
|
| index b76b8460968e9a110961eb5e1bd156686ba14478..d779d13c1beed9f10781bb078c8cef053cfef272 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirective.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirective.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CSPDirective_h
|
| #define CSPDirective_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -12,7 +13,8 @@ namespace blink {
|
|
|
| class ContentSecurityPolicy;
|
|
|
| -class CSPDirective : public GarbageCollectedFinalized<CSPDirective> {
|
| +class CORE_EXPORT CSPDirective
|
| + : public GarbageCollectedFinalized<CSPDirective> {
|
| WTF_MAKE_NONCOPYABLE(CSPDirective);
|
|
|
| public:
|
|
|