| Index: net/spdy/hpack_round_trip_test.cc
|
| diff --git a/net/spdy/hpack_round_trip_test.cc b/net/spdy/hpack_round_trip_test.cc
|
| index f5667b546c7f1efba4b8b6f7950633616afa1bbc..aae7584393a956bdb7b56ac4ebf40c02a7ecb3e9 100644
|
| --- a/net/spdy/hpack_round_trip_test.cc
|
| +++ b/net/spdy/hpack_round_trip_test.cc
|
| @@ -28,7 +28,7 @@ class HpackRoundTripTest : public ::testing::Test {
|
| : encoder_(ObtainHpackHuffmanTable()),
|
| decoder_(ObtainHpackHuffmanTable()) {}
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| // Use a small table size to tickle eviction handling.
|
| encoder_.ApplyHeaderTableSizeSetting(256);
|
| decoder_.ApplyHeaderTableSizeSetting(256);
|
|
|