Index: net/http/http_pipelined_host_pool.h |
diff --git a/net/http/http_pipelined_host_pool.h b/net/http/http_pipelined_host_pool.h |
index 3ab94180e859a4bd78f7d0a2bc520e93d8cbff69..b2c1334513a77f249ede97a2f2a4865a04b8a478 100644 |
--- a/net/http/http_pipelined_host_pool.h |
+++ b/net/http/http_pipelined_host_pool.h |
@@ -35,6 +35,9 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostPool |
// any pending pipeline-capable requests to pipelines. |
virtual void OnHttpPipelinedHostHasAdditionalCapacity( |
HttpPipelinedHost* host) = 0; |
+ |
+ protected: |
+ virtual ~Delegate() {} |
}; |
HttpPipelinedHostPool(Delegate* delegate, |