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

Unified Diff: third_party/WebKit/Source/core/frame/csp/CSPDirective.h

Issue 2449873004: Removing CSPSourceList level up to SourceListDirective. (Closed)
Patch Set: Exporting CSPDirective Created 4 years, 2 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
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:

Powered by Google App Engine
This is Rietveld 408576698