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 cfa961b9d10d500a013e0b3ee76022da81189d8c..c6c49c63e80370033d1298e031664ffef5cc8ce5 100644 |
--- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h |
+++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h |
@@ -48,6 +48,8 @@ class CORE_EXPORT SourceListDirective final : public CSPDirective { |
private: |
FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, GetIntersectCSPSources); |
+ FRIEND_TEST_ALL_PREFIXES(SourceListDirectiveTest, |
+ GetIntersectCSPSourcesSchemes); |
bool parseSource(const UChar* begin, |
const UChar* end, |