| Index: net/http/http_pipelined_host.h
|
| diff --git a/net/http/http_pipelined_host.h b/net/http/http_pipelined_host.h
|
| index b7732e60a8b8bca37fc0135d5da7b341bbe9435c..184c2293e3e29dd7a0d9ec577a1eb989779dbc34 100644
|
| --- a/net/http/http_pipelined_host.h
|
| +++ b/net/http/http_pipelined_host.h
|
| @@ -30,7 +30,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedHost {
|
| public:
|
| class NET_EXPORT_PRIVATE Key {
|
| public:
|
| - Key(const HostPortPair& origin);
|
| + explicit Key(const HostPortPair& origin);
|
|
|
| // The host and port associated with this key.
|
| const HostPortPair& origin() const { return origin_; }
|
|
|