| Index: net/spdy/hpack_encoder.h
|
| diff --git a/net/spdy/hpack_encoder.h b/net/spdy/hpack_encoder.h
|
| index 12fa8b458740ba10bf5a287b02a47d39e64decf8..4b474fc449debf5a1ccd4d6ad47871fa09151d74 100644
|
| --- a/net/spdy/hpack_encoder.h
|
| +++ b/net/spdy/hpack_encoder.h
|
| @@ -12,7 +12,6 @@
|
| #include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/spdy/hpack_encoding_context.h"
|
|
|
| // An HpackEncoder encodes header sets as outlined in
|
| // http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-06
|
| @@ -40,7 +39,6 @@ class NET_EXPORT_PRIVATE HpackEncoder {
|
| std::vector<base::StringPiece>* out);
|
|
|
| uint32 max_string_literal_size_;
|
| - HpackEncodingContext context_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(HpackEncoder);
|
| };
|
|
|