diff options
Diffstat (limited to 'net/http/http_stream_factory_impl.h')
-rw-r--r-- | net/http/http_stream_factory_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h index 93e8c57..3e58c0c 100644 --- a/net/http/http_stream_factory_impl.h +++ b/net/http/http_stream_factory_impl.h @@ -19,7 +19,7 @@ namespace net { class HttpNetworkSession; class SpdySession; -class HttpStreamFactoryImpl : public HttpStreamFactory { +class NET_TEST HttpStreamFactoryImpl : public HttpStreamFactory { public: explicit HttpStreamFactoryImpl(HttpNetworkSession* session); virtual ~HttpStreamFactoryImpl(); |