Chromium Code Reviews| Index: third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp |
| diff --git a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp |
| index 7b04d03eee92cdae28497915663bf24109fdb176..c0bc4da1f64347b13c0aea55f6136a5ec5e874f2 100644 |
| --- a/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp |
| +++ b/third_party/WebKit/Source/platform/network/ContentSecurityPolicyParsers.cpp |
| @@ -66,4 +66,4 @@ bool isMediaTypeCharacter(UChar c) |
| return !isASCIISpace(c) && c != '/'; |
| } |
| -} // namespace |
| +} // namespace blink |