| Index: net/quic/core/crypto/quic_crypto_client_config.cc
 | 
| diff --git a/net/quic/core/crypto/quic_crypto_client_config.cc b/net/quic/core/crypto/quic_crypto_client_config.cc
 | 
| index 3eeaf69f04569d839352d7abe3a9b9057c9c895b..299fbc7a031bd28c57d94cf4262df64aa9101c8f 100644
 | 
| --- a/net/quic/core/crypto/quic_crypto_client_config.cc
 | 
| +++ b/net/quic/core/crypto/quic_crypto_client_config.cc
 | 
| @@ -24,7 +24,6 @@
 | 
|  #include "net/quic/core/crypto/quic_random.h"
 | 
|  #include "net/quic/core/quic_utils.h"
 | 
|  #include "net/quic/platform/api/quic_bug_tracker.h"
 | 
| -#include "net/quic/platform/api/quic_logging.h"
 | 
|  #include "net/quic/platform/api/quic_text_utils.h"
 | 
|  
 | 
|  using base::ContainsKey;
 | 
| @@ -276,7 +275,7 @@
 | 
|        SetServerConfig(server_config, now, expiration_time, &error_details);
 | 
|    RecordDiskCacheServerConfigState(state);
 | 
|    if (state != SERVER_CONFIG_VALID) {
 | 
| -    QUIC_DVLOG(1) << "SetServerConfig failed with " << error_details;
 | 
| +    DVLOG(1) << "SetServerConfig failed with " << error_details;
 | 
|      return false;
 | 
|    }
 | 
|  
 | 
| 
 |