| 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 d00ee36ddb4db5e16331543fcc25b1021d41dee7..7b38befd8e0f8462d0cc45d0e37849460086cff9 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "core/frame/csp/CSPDirective.h"
|
| #include "core/frame/csp/CSPSourceList.h"
|
| -#include "core/frame/csp/ContentSecurityPolicy.h"
|
| #include "platform/network/ContentSecurityPolicyParsers.h"
|
| +#include "platform/network/ResourceRequest.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| @@ -23,7 +23,7 @@ public:
|
| SourceListDirective(const String& name, const String& value, ContentSecurityPolicy*);
|
| DECLARE_TRACE();
|
|
|
| - bool allows(const KURL&, blink::ContentSecurityPolicy::RedirectStatus) const;
|
| + bool allows(const KURL&, ResourceRequest::RedirectStatus) const;
|
| bool allowInline() const;
|
| bool allowEval() const;
|
| bool allowDynamic() const;
|
|
|