| Index: net/http/http_stream_factory_impl.h
|
| diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h
|
| index 591898175709225ad51a519c8f36597ac31282c0..213d96a15d6576e84b809af665ce897c11a1912f 100644
|
| --- a/net/http/http_stream_factory_impl.h
|
| +++ b/net/http/http_stream_factory_impl.h
|
| @@ -25,7 +25,7 @@ class SpdySession;
|
|
|
| class NET_EXPORT_PRIVATE HttpStreamFactoryImpl :
|
| public HttpStreamFactory,
|
| - public NON_EXPORTED_BASE(HttpPipelinedHostPool::Delegate) {
|
| + public HttpPipelinedHostPool::Delegate {
|
| public:
|
| explicit HttpStreamFactoryImpl(HttpNetworkSession* session);
|
| virtual ~HttpStreamFactoryImpl();
|
|
|