| Index: net/spdy/core/hpack/hpack_huffman_table_test.cc
|
| diff --git a/net/spdy/core/hpack/hpack_huffman_table_test.cc b/net/spdy/core/hpack/hpack_huffman_table_test.cc
|
| index 3539668989cacdfa804156e8fa6f62fb068cbbdb..921eb644c0e9e6f18e6b14e8321fc03e71f722fb 100644
|
| --- a/net/spdy/core/hpack/hpack_huffman_table_test.cc
|
| +++ b/net/spdy/core/hpack/hpack_huffman_table_test.cc
|
| @@ -60,7 +60,7 @@ namespace {
|
|
|
| // Tests of the ability to decode some canonical Huffman code,
|
| // not just the one defined in the RFC 7541.
|
| -class GenericHuffmanTableTest : public ::testing::TestWithParam<bool> {
|
| +class GenericHuffmanTableTest : public ::testing::Test {
|
| protected:
|
| GenericHuffmanTableTest() : table_(), peer_(table_) {}
|
|
|
|
|