| Index: net/http/http_pipelined_host_forced.h
|
| diff --git a/net/http/http_pipelined_host_forced.h b/net/http/http_pipelined_host_forced.h
|
| index 94a27f0231e4e5b304edbb0b0154970b485e2a1c..2c3c915934269642b2de09a0df6d34ddfcc2c7ac 100644
|
| --- a/net/http/http_pipelined_host_forced.h
|
| +++ b/net/http/http_pipelined_host_forced.h
|
| @@ -32,7 +32,7 @@ struct SSLConfig;
|
| // test the user's connection for pipelining compatibility.
|
| class NET_EXPORT_PRIVATE HttpPipelinedHostForced
|
| : public HttpPipelinedHost,
|
| - public NON_EXPORTED_BASE(HttpPipelinedConnection::Delegate) {
|
| + public HttpPipelinedConnection::Delegate {
|
| public:
|
| HttpPipelinedHostForced(HttpPipelinedHost::Delegate* delegate,
|
| const Key& key,
|
|
|