Index: net/http/http_stream_factory_impl_unittest.cc |
diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc |
index 3608e46a1a18b67014e69d0e122969c7363fc554..de381ded961c156183dfa34498ee6f16ee8990b1 100644 |
--- a/net/http/http_stream_factory_impl_unittest.cc |
+++ b/net/http/http_stream_factory_impl_unittest.cc |
@@ -32,7 +32,7 @@ namespace { |
class MockHttpStreamFactoryImpl : public HttpStreamFactoryImpl { |
public: |
- MockHttpStreamFactoryImpl(HttpNetworkSession* session) |
+ explicit MockHttpStreamFactoryImpl(HttpNetworkSession* session) |
: HttpStreamFactoryImpl(session), |
preconnect_done_(false), |
waiting_for_preconnect_(false) {} |