| 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..68972519aea9351c0f0730d5e564d50b1351d8db 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, GetSourceVector);
 | 
|  
 | 
|    bool parseSource(const UChar* begin,
 | 
|                     const UChar* end,
 | 
| 
 |