| Index: net/quic/core/quic_crypto_server_stream_test.cc
 | 
| diff --git a/net/quic/core/quic_crypto_server_stream_test.cc b/net/quic/core/quic_crypto_server_stream_test.cc
 | 
| index 1060da908164b987c54edebd9798a7e78e397612..f83dc81ca255e7bf20eef5ade0bc5012902441f5 100644
 | 
| --- a/net/quic/core/quic_crypto_server_stream_test.cc
 | 
| +++ b/net/quic/core/quic_crypto_server_stream_test.cc
 | 
| @@ -22,6 +22,7 @@
 | 
|  #include "net/quic/core/quic_flags.h"
 | 
|  #include "net/quic/core/quic_packets.h"
 | 
|  #include "net/quic/core/quic_session.h"
 | 
| +#include "net/quic/platform/api/quic_logging.h"
 | 
|  #include "net/quic/platform/api/quic_socket_address.h"
 | 
|  #include "net/quic/test_tools/crypto_test_utils.h"
 | 
|  #include "net/quic/test_tools/failing_proof_source.h"
 | 
| @@ -335,7 +336,7 @@ TEST_P(QuicCryptoServerStreamTest, ZeroRTT) {
 | 
|    AdvanceHandshakeWithFakeClient();
 | 
|  
 | 
|    // Now do another handshake, hopefully in 0-RTT.
 | 
| -  DVLOG(1) << "Resetting for 0-RTT handshake attempt";
 | 
| +  QUIC_LOG(INFO) << "Resetting for 0-RTT handshake attempt";
 | 
|    InitializeFakeClient(/* supports_stateless_rejects= */ false);
 | 
|    InitializeServer();
 | 
|  
 | 
| 
 |