| Index: third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp
|
| diff --git a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp
|
| index 6f831bd97b31d9906450f92bd4b24f4b6f04c90f..c297785fd502626fd03185d850ea63ff01efec24 100644
|
| --- a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp
|
| +++ b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyResponseHeaders.cpp
|
| @@ -36,4 +36,4 @@ ContentSecurityPolicyResponseHeaders::ContentSecurityPolicyResponseHeaders(
|
| response.HttpHeaderField(HTTPNames::Content_Security_Policy)),
|
| content_security_policy_report_only_(response.HttpHeaderField(
|
| HTTPNames::Content_Security_Policy_Report_Only)) {}
|
| -}
|
| +} // namespace blink
|
|
|