| Index: net/quic/quic_connection_helper_test.cc
|
| diff --git a/net/quic/quic_connection_helper_test.cc b/net/quic/quic_connection_helper_test.cc
|
| index 7e73d0fad316d11eb9e9318c108d5b4930473c13..2e677221a84d51d5a62fd33dda4fb5c7ff65ba85 100644
|
| --- a/net/quic/quic_connection_helper_test.cc
|
| +++ b/net/quic/quic_connection_helper_test.cc
|
| @@ -4,8 +4,6 @@
|
|
|
| #include "net/quic/quic_connection_helper.h"
|
|
|
| -#include <vector>
|
| -
|
| #include "net/quic/test_tools/mock_clock.h"
|
| #include "net/quic/test_tools/mock_random.h"
|
| #include "net/quic/test_tools/test_task_runner.h"
|
| @@ -13,6 +11,7 @@
|
|
|
| namespace net {
|
| namespace test {
|
| +namespace {
|
|
|
| class TestDelegate : public QuicAlarm::Delegate {
|
| public:
|
| @@ -142,5 +141,6 @@ TEST_F(QuicConnectionHelperTest, CreateAlarmAndResetEarlier) {
|
| EXPECT_FALSE(delegate->fired());
|
| }
|
|
|
| +} // namespace
|
| } // namespace test
|
| } // namespace net
|
|
|