| Index: net/spdy/core/hpack/hpack_output_stream.h
|
| diff --git a/net/spdy/core/hpack/hpack_output_stream.h b/net/spdy/core/hpack/hpack_output_stream.h
|
| index eeee31efe57eed80d4b3ef95db92c3fdffb71c70..abf48967a650f0e8a1629e964b338629543b73b3 100644
|
| --- a/net/spdy/core/hpack/hpack_output_stream.h
|
| +++ b/net/spdy/core/hpack/hpack_output_stream.h
|
| @@ -11,8 +11,8 @@
|
| #include <map>
|
|
|
| #include "base/macros.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/spdy/core/hpack/hpack_constants.h"
|
| +#include "net/spdy/platform/api/spdy_export.h"
|
| #include "net/spdy/platform/api/spdy_string.h"
|
| #include "net/spdy/platform/api/spdy_string_piece.h"
|
|
|
| @@ -23,7 +23,7 @@ namespace net {
|
|
|
| // An HpackOutputStream handles all the low-level details of encoding
|
| // header fields.
|
| -class NET_EXPORT_PRIVATE HpackOutputStream {
|
| +class SPDY_EXPORT_PRIVATE HpackOutputStream {
|
| public:
|
| HpackOutputStream();
|
| ~HpackOutputStream();
|
|
|