Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp |
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp b/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp |
| index ec09ec6f5a297c5fac090bd92fe83feb8fbffe09..53c4e461e06619d612e5f164e2f69cf922196d67 100644 |
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp |
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp |
| @@ -91,4 +91,4 @@ TEST_F(CSPSourceTest, InsecureHostMatchesSecure) |
| EXPECT_FALSE(source.matches(KURL(base, "https://not-example.com:8000/"))); |
| } |
| -} // namespace |
| +} // namespace blink |