| Index: net/socket/ssl_client_socket_unittest.cc
|
| diff --git a/net/socket/ssl_client_socket_unittest.cc b/net/socket/ssl_client_socket_unittest.cc
|
| index d650f627df44889770ff8c20da00476c2f83cfb8..d14f1fdbb1df0c1ed68b40b68f6773b72e8380f1 100644
|
| --- a/net/socket/ssl_client_socket_unittest.cc
|
| +++ b/net/socket/ssl_client_socket_unittest.cc
|
| @@ -2356,7 +2356,7 @@ TEST(SSLClientSocket, SerializeNextProtos) {
|
| next_protos.push_back(kProtoHTTP11);
|
| next_protos.push_back(kProtoSPDY31);
|
| static std::vector<uint8_t> serialized =
|
| - SSLClientSocket::SerializeNextProtos(next_protos);
|
| + SSLClientSocket::SerializeNextProtos(next_protos, true);
|
| ASSERT_EQ(18u, serialized.size());
|
| EXPECT_EQ(8, serialized[0]); // length("http/1.1")
|
| EXPECT_EQ('h', serialized[1]);
|
|
|