diff options
Diffstat (limited to 'net/http/http_network_layer.h')
-rw-r--r-- | net/http/http_network_layer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h index f4843fe..b9146d5 100644 --- a/net/http/http_network_layer.h +++ b/net/http/http_network_layer.h @@ -11,6 +11,7 @@ #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "base/threading/non_thread_safe.h" +#include "net/base/net_export.h" #include "net/http/http_transaction_factory.h" namespace net { @@ -29,8 +30,8 @@ class SpdySessionPool; class SSLConfigService; class SSLHostInfoFactory; -class HttpNetworkLayer : public HttpTransactionFactory, - public base::NonThreadSafe { +class NET_EXPORT HttpNetworkLayer : public HttpTransactionFactory, + public base::NonThreadSafe { public: // Construct a HttpNetworkLayer with an existing HttpNetworkSession which // contains a valid ProxyService. |