Index: net/quic/quic_crypto_server_stream_test.cc |
diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc |
index 9897e22f7381590022e9700e8643fe4504b73464..b8d21f2df30773f5622e3afd1c44a81bdfc25892 100644 |
--- a/net/quic/quic_crypto_server_stream_test.cc |
+++ b/net/quic/quic_crypto_server_stream_test.cc |
@@ -49,7 +49,7 @@ class QuicCryptoServerConfigPeer { |
namespace { |
-class QuicCryptoServerStreamTest : public testing::TestWithParam<bool> { |
+class QuicCryptoServerStreamTest : public ::testing::TestWithParam<bool> { |
public: |
QuicCryptoServerStreamTest() |
: connection_(new PacketSavingConnection(true)), |