diff options
Diffstat (limited to 'net/spdy/spdy_io_buffer.h')
-rw-r--r-- | net/spdy/spdy_io_buffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_io_buffer.h b/net/spdy/spdy_io_buffer.h index 9cb3811..e96c946 100644 --- a/net/spdy/spdy_io_buffer.h +++ b/net/spdy/spdy_io_buffer.h @@ -8,7 +8,7 @@ #include "base/memory/ref_counted.h" #include "net/base/io_buffer.h" -#include "net/base/net_api.h" +#include "net/base/net_export.h" #include "net/spdy/spdy_stream.h" namespace net { @@ -17,7 +17,7 @@ namespace net { // so that the SpdySession sends them in the right order. Further, they need // to track the SpdyStream which they are associated with so that incremental // completion of the IO can notify the appropriate stream of completion. -class NET_TEST SpdyIOBuffer { +class NET_EXPORT_PRIVATE SpdyIOBuffer { public: // Constructor // |buffer| is the actual data buffer. |