| Index: net/http/http_stream.h
|
| ===================================================================
|
| --- net/http/http_stream.h (revision 95949)
|
| +++ net/http/http_stream.h (working copy)
|
| @@ -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 SSLInfo;
|
| class UploadDataStream;
|
|
|
| -class NET_TEST HttpStream {
|
| +class NET_EXPORT_PRIVATE HttpStream {
|
| public:
|
| HttpStream() {}
|
| virtual ~HttpStream() {}
|
|
|