| Index: net/http/http_security_headers_unittest.cc
|
| diff --git a/net/http/http_security_headers_unittest.cc b/net/http/http_security_headers_unittest.cc
|
| index e87c9fb9a073d344716ea6376b58568da24266c0..2ddd6b1cdbf1f9b702e0c0635b38301419bb6972 100644
|
| --- a/net/http/http_security_headers_unittest.cc
|
| +++ b/net/http/http_security_headers_unittest.cc
|
| @@ -57,7 +57,7 @@ std::string GetTestPinUnquoted(uint8_t label, HashValueTag tag) {
|
| return GetTestPinImpl(label, tag, false);
|
| }
|
|
|
| -};
|
| +} // anonymous namespace
|
|
|
| // Parses the given header |value| as both a Public-Key-Pins-Report-Only
|
| // and Public-Key-Pins header. Returns true if the value parses
|
| @@ -1199,4 +1199,4 @@ TEST_F(HttpSecurityHeadersTest, ValidExpectCTHeaders) {
|
| EXPECT_TRUE(report_uri.is_empty());
|
| }
|
|
|
| -}; // namespace net
|
| +} // namespace net
|
|
|