| Index: webrtc/modules/congestion_controller/congestion_controller_unittest.cc
|
| diff --git a/webrtc/modules/congestion_controller/congestion_controller_unittest.cc b/webrtc/modules/congestion_controller/congestion_controller_unittest.cc
|
| index 3850797b9e1f8982cd43349173421675f7e833ac..ca0d28fcd5c8cfbd819cdbcd9c98ac3bc62f7738 100644
|
| --- a/webrtc/modules/congestion_controller/congestion_controller_unittest.cc
|
| +++ b/webrtc/modules/congestion_controller/congestion_controller_unittest.cc
|
| @@ -240,6 +240,5 @@ TEST_F(CongestionControllerTest, OnReceivedPacketWithAbsSendTime) {
|
| ASSERT_EQ(1u, ssrcs.size());
|
| EXPECT_EQ(header.ssrc, ssrcs[0]);
|
| }
|
| -
|
| } // namespace test
|
| } // namespace webrtc
|
|
|