summaryrefslogtreecommitdiffstats
path: root/net/http/http_pipelined_host_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_pipelined_host_impl.h')
-rw-r--r--net/http/http_pipelined_host_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_pipelined_host_impl.h b/net/http/http_pipelined_host_impl.h
index e2e53c9..9b7a1c7 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,