diff options
Diffstat (limited to 'net/quic/crypto/quic_random_test.cc')
-rw-r--r-- | net/quic/crypto/quic_random_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/quic/crypto/quic_random_test.cc b/net/quic/crypto/quic_random_test.cc index 655ae98..425089a 100644 --- a/net/quic/crypto/quic_random_test.cc +++ b/net/quic/crypto/quic_random_test.cc @@ -7,7 +7,6 @@ #include "testing/gtest/include/gtest/gtest.h" namespace net { - namespace test { TEST(QuicRandomTest, RandBytes) { @@ -38,5 +37,4 @@ TEST(QuicRandomTest, Reseed) { } } // namespace test - } // namespace net |