summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_stream.h')
-rw-r--r--net/http/http_stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_stream.h b/net/http/http_stream.h
index 66fd97c..45dc46c 100644
--- a/net/http/http_stream.h
+++ b/net/http/http_stream.h
@@ -18,7 +18,7 @@
#include "base/basictypes.h"
#include "net/base/completion_callback.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
namespace net {
@@ -31,7 +31,7 @@ class SSLCertRequestInfo;
class SSLInfo;
class UploadDataStream;
-class NET_TEST HttpStream {
+class NET_EXPORT_PRIVATE HttpStream {
public:
HttpStream() {}
virtual ~HttpStream() {}