Index: third_party/WebKit/Source/core/frame/csp/SourceListDirective.h |
diff --git a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h |
index d4729d8cc1b84882d867f6d7ae41029e7a349a4e..cac64d6c12a93d37f88115658c43ca72c2b545d1 100644 |
--- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h |
+++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h |
@@ -51,6 +51,8 @@ class CORE_EXPORT SourceListDirective final : public CSPDirective { |
private: |
FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, GetIntersectCSPSources); |
+ FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, GetSourceVector); |
+ FRIEND_TEST_ALL_PREFIXES(CSPDirectiveListTest, OperativeDirectiveGivenType); |
bool parseSource(const UChar* begin, |
const UChar* end, |