| Index: net/spdy/core/hpack/hpack_entry.h
|
| diff --git a/net/spdy/core/hpack/hpack_entry.h b/net/spdy/core/hpack/hpack_entry.h
|
| index e59b3297e62dfde1d75473205ca235532a8a8a4f..f5b6441f5f3f0d53cb2fbce7793276f601bbb6bf 100644
|
| --- a/net/spdy/core/hpack/hpack_entry.h
|
| +++ b/net/spdy/core/hpack/hpack_entry.h
|
| @@ -8,7 +8,7 @@
|
| #include <stddef.h>
|
|
|
| #include "base/macros.h"
|
| -#include "net/base/net_export.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"
|
|
|
| @@ -19,7 +19,7 @@ namespace net {
|
|
|
| // A structure for an entry in the static table (3.3.1)
|
| // and the header table (3.3.2).
|
| -class NET_EXPORT_PRIVATE HpackEntry {
|
| +class SPDY_EXPORT_PRIVATE HpackEntry {
|
| public:
|
| // The constant amount added to name().size() and value().size() to
|
| // get the size of an HpackEntry as defined in 5.1.
|
|
|