Index: net/http/http_pipelined_connection_impl.h |
diff --git a/net/http/http_pipelined_connection_impl.h b/net/http/http_pipelined_connection_impl.h |
index be628852af2523ce1ba0d50f3ca3d5dfcc78de38..ac43dcb00dadbdbcf7203bb98b7a7983b3f337ef 100644 |
--- a/net/http/http_pipelined_connection_impl.h |
+++ b/net/http/http_pipelined_connection_impl.h |
@@ -55,12 +55,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnectionImpl |
const ProxyInfo& used_proxy_info, |
const BoundNetLog& net_log, |
bool was_npn_negotiated, |
- NextProto protocol_negotiated) OVERRIDE { |
- return new HttpPipelinedConnectionImpl(connection, delegate, origin, |
- used_ssl_config, used_proxy_info, |
- net_log, was_npn_negotiated, |
- protocol_negotiated); |
- } |
+ NextProto protocol_negotiated) OVERRIDE; |
}; |
HttpPipelinedConnectionImpl(ClientSocketHandle* connection, |