| Index: net/http/http_pipelined_connection_impl_unittest.cc
|
| diff --git a/net/http/http_pipelined_connection_impl_unittest.cc b/net/http/http_pipelined_connection_impl_unittest.cc
|
| index 0aaa2536d314c361164e909870a0780056738be5..64b97cc1b19857019c11cb8428f36ec77ad8227a 100644
|
| --- a/net/http/http_pipelined_connection_impl_unittest.cc
|
| +++ b/net/http/http_pipelined_connection_impl_unittest.cc
|
| @@ -92,7 +92,7 @@ class HttpPipelinedConnectionImplTest : public testing::Test {
|
| BoundNetLog());
|
| pipeline_.reset(new HttpPipelinedConnectionImpl(
|
| connection, &delegate_, origin_, ssl_config_, proxy_info_,
|
| - BoundNetLog(), false, SSLClientSocket::kProtoUnknown));
|
| + BoundNetLog(), false, kProtoUnknown));
|
| }
|
|
|
| HttpRequestInfo* GetRequestInfo(const std::string& filename) {
|
|
|