Index: net/http/http_pipelined_connection.h |
diff --git a/net/http/http_pipelined_connection.h b/net/http/http_pipelined_connection.h |
index d0d3599e3f198ec36707048ec022a85539a1860d..04d88e3689661072e5e8934994a673e02762b7e2 100644 |
--- a/net/http/http_pipelined_connection.h |
+++ b/net/http/http_pipelined_connection.h |
@@ -39,6 +39,9 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnection { |
// the headers indicate that pipelining can be used. |
virtual void OnPipelineFeedback(HttpPipelinedConnection* pipeline, |
Feedback feedback) = 0; |
+ |
+ protected: |
+ virtual ~Delegate() {} |
}; |
class Factory { |