| Index: net/http/http_cache.cc
|
| diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc
|
| index 61a12f6033e5d9f43fa0672265b1b6485ead783f..d8008e19f053c59f08394a5d9edddb1e743b59d3 100644
|
| --- a/net/http/http_cache.cc
|
| +++ b/net/http/http_cache.cc
|
| @@ -282,7 +282,7 @@ void HttpCache::MetadataWriter::OnIOComplete(int result) {
|
|
|
| class HttpCache::QuicServerInfoFactoryAdaptor : public QuicServerInfoFactory {
|
| public:
|
| - QuicServerInfoFactoryAdaptor(HttpCache* http_cache)
|
| + explicit QuicServerInfoFactoryAdaptor(HttpCache* http_cache)
|
| : http_cache_(http_cache) {
|
| }
|
|
|
|
|