| Index: net/http/http_pipelined_connection.h
|
| diff --git a/net/http/http_pipelined_connection.h b/net/http/http_pipelined_connection.h
|
| index 2f856b0c055d6b1cf934fd00b98da39caedaf09c..d0d3599e3f198ec36707048ec022a85539a1860d 100644
|
| --- a/net/http/http_pipelined_connection.h
|
| +++ b/net/http/http_pipelined_connection.h
|
| @@ -30,8 +30,6 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnection {
|
|
|
| class Delegate {
|
| public:
|
| - virtual ~Delegate() {}
|
| -
|
| // Called when a pipeline has newly available capacity. This may be because
|
| // the first request has been sent and the pipeline is now active. Or, it
|
| // may be because a request successfully completed.
|
|
|