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