| Index: Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp
|
| diff --git a/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp b/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp
|
| index f3fcc750c2859fa872db98964a4c412557bc8df1..74e594ffbac56dbe8002acf2f51fd636322d929c 100644
|
| --- a/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp
|
| +++ b/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "platform/network/ResourceResponse.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| ContentSecurityPolicyResponseHeaders::ContentSecurityPolicyResponseHeaders(const ResourceResponse& response)
|
| : m_contentSecurityPolicy(response.httpHeaderField("Content-Security-Policy"))
|
|
|