| Index: net/quic/congestion_control/cube_root_test.cc
|
| diff --git a/net/quic/congestion_control/cube_root_test.cc b/net/quic/congestion_control/cube_root_test.cc
|
| index 8f4729cb7a795f8d44cec7a3033719b274466d12..9bef162b3799e52ed929c51f6482404296a4435b 100644
|
| --- a/net/quic/congestion_control/cube_root_test.cc
|
| +++ b/net/quic/congestion_control/cube_root_test.cc
|
| @@ -11,8 +11,7 @@ namespace test {
|
|
|
| class CubeRootTest : public ::testing::Test {
|
| protected:
|
| - CubeRootTest() {
|
| - }
|
| + CubeRootTest() {}
|
| };
|
|
|
| TEST_F(CubeRootTest, LowRoot) {
|
|
|