| Index: net/quic/congestion_control/time_loss_algorithm_test.cc
|
| diff --git a/net/quic/congestion_control/time_loss_algorithm_test.cc b/net/quic/congestion_control/time_loss_algorithm_test.cc
|
| index ffca81602d30aa02c15c84e3b228dd9bb156fb28..5c1b383a250fb9b707d14d7c3ada3cd131c489b9 100644
|
| --- a/net/quic/congestion_control/time_loss_algorithm_test.cc
|
| +++ b/net/quic/congestion_control/time_loss_algorithm_test.cc
|
| @@ -14,7 +14,6 @@
|
|
|
| namespace net {
|
| namespace test {
|
| -namespace {
|
|
|
| class TimeLossAlgorithmTest : public ::testing::Test {
|
| protected:
|
| @@ -134,6 +133,5 @@ TEST_F(TimeLossAlgorithmTest, MultipleLossesAtOnce) {
|
| EXPECT_EQ(QuicTime::Zero(), loss_algorithm_.GetLossTimeout());
|
| }
|
|
|
| -} // namespace
|
| } // namespace test
|
| } // namespace net
|
|
|