| Index: net/spdy/hpack/hpack_round_trip_test.cc
|
| diff --git a/net/spdy/hpack/hpack_round_trip_test.cc b/net/spdy/hpack/hpack_round_trip_test.cc
|
| index 1b34638b5277b35adb440b86e85b47e5554cdb7b..07ab6990c9d6ce1527c0fce567911676aa9f5890 100644
|
| --- a/net/spdy/hpack/hpack_round_trip_test.cc
|
| +++ b/net/spdy/hpack/hpack_round_trip_test.cc
|
| @@ -26,9 +26,7 @@ namespace {
|
|
|
| class HpackRoundTripTest : public ::testing::Test {
|
| protected:
|
| - HpackRoundTripTest()
|
| - : encoder_(ObtainHpackHuffmanTable()),
|
| - decoder_(ObtainHpackHuffmanTable()) {}
|
| + HpackRoundTripTest() : encoder_(ObtainHpackHuffmanTable()), decoder_() {}
|
|
|
| void SetUp() override {
|
| // Use a small table size to tickle eviction handling.
|
|
|