Index: net/http/http_pipelined_host_impl.h |
diff --git a/net/http/http_pipelined_host_impl.h b/net/http/http_pipelined_host_impl.h |
index e2e53c93c3798c1bc039a52dcea04de85ed719b2..9b7a1c794e92bb9d91a72f5860af9c53bd258dd8 100644 |
--- a/net/http/http_pipelined_host_impl.h |
+++ b/net/http/http_pipelined_host_impl.h |
@@ -33,7 +33,7 @@ struct SSLConfig; |
// assigns requests to the least loaded pipelined connection. |
class NET_EXPORT_PRIVATE HttpPipelinedHostImpl |
: public HttpPipelinedHost, |
- public HttpPipelinedConnection::Delegate { |
+ public NON_EXPORTED_BASE(HttpPipelinedConnection::Delegate) { |
public: |
HttpPipelinedHostImpl(HttpPipelinedHost::Delegate* delegate, |
const HttpPipelinedHost::Key& key, |