| Index: net/quic/congestion_control/quic_max_sized_map_test.cc
|
| diff --git a/net/quic/congestion_control/quic_max_sized_map_test.cc b/net/quic/congestion_control/quic_max_sized_map_test.cc
|
| index 89c05cccbaf7cfc24e6c96e365d2605b5c61d144..975a349cb5899412782657668861c3f9744eb954 100644
|
| --- a/net/quic/congestion_control/quic_max_sized_map_test.cc
|
| +++ b/net/quic/congestion_control/quic_max_sized_map_test.cc
|
| @@ -9,8 +9,7 @@
|
| namespace net {
|
| namespace test {
|
|
|
| -class QuicMaxSizedMapTest : public ::testing::Test {
|
| -};
|
| +class QuicMaxSizedMapTest : public ::testing::Test {};
|
|
|
| TEST_F(QuicMaxSizedMapTest, Basic) {
|
| QuicMaxSizedMap<int, int> test_map(100);
|
|
|