Index: net/http/http_chunked_decoder.h |
=================================================================== |
--- net/http/http_chunked_decoder.h (revision 95949) |
+++ net/http/http_chunked_decoder.h (working copy) |
@@ -48,7 +48,7 @@ |
#include <string> |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
namespace net { |
@@ -76,7 +76,7 @@ |
// NOTE: This implementation does not bother to parse trailers since they are |
// not used on the web. |
// |
-class NET_TEST HttpChunkedDecoder { |
+class NET_EXPORT_PRIVATE HttpChunkedDecoder { |
public: |
HttpChunkedDecoder(); |