| Index: net/spdy/hpack_input_stream_test.cc
|
| diff --git a/net/spdy/hpack_input_stream_test.cc b/net/spdy/hpack_input_stream_test.cc
|
| index 3686a32b4d9d67fab0d544690ba2d393a9fe179c..c5fef6395a8d6757e07cd26e8794a251567ff8e8 100644
|
| --- a/net/spdy/hpack_input_stream_test.cc
|
| +++ b/net/spdy/hpack_input_stream_test.cc
|
| @@ -36,11 +36,10 @@ class HpackInputStreamTest : public ::testing::Test {
|
| };
|
|
|
| // Hex representation of encoded length and Huffman string.
|
| -const char kEncodedHuffmanFixture[] = "31" // Length prefix.
|
| - "e0d6cf9f6e8f9fd3e5f6fa76fefd3c7e"
|
| - "df9eff1f2f0f3cfe9f6fcf7f8f879f61"
|
| - "ad4f4cc9a973a2200ec3725e18b1b74e"
|
| - "3f";
|
| +const char kEncodedHuffmanFixture[] = "2d" // Length prefix.
|
| + "94e7821dd7f2e6c7b335dfdfcd5b3960"
|
| + "d5af27087f3672c1ab270fb5291f9587"
|
| + "316065c003ed4ee5b1063d5007";
|
|
|
| const char kDecodedHuffmanFixture[] =
|
| "foo=ASDJKHQKBZXOQWEOPIUAXQWEOIU; max-age=3600; version=1";
|
|
|