| 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 d807a6b1b207cb3f2db0a0c3bb0ca2bfd91a5729..a7c83982491745d06a885bc16c6e358276fbab69 100644
|
| --- a/net/http/http_pipelined_connection_impl_unittest.cc
|
| +++ b/net/http/http_pipelined_connection_impl_unittest.cc
|
| @@ -940,7 +940,7 @@ TEST_F(HttpPipelinedConnectionImplTest, CloseCalledBeforeReadCallback) {
|
|
|
| class StreamDeleter {
|
| public:
|
| - StreamDeleter(HttpStream* stream) :
|
| + explicit StreamDeleter(HttpStream* stream) :
|
| stream_(stream),
|
| ALLOW_THIS_IN_INITIALIZER_LIST(callback_(
|
| base::Bind(&StreamDeleter::OnIOComplete, base::Unretained(this)))) {
|
|
|