| Index: net/quic/core/crypto/curve25519_key_exchange.cc
 | 
| diff --git a/net/quic/core/crypto/curve25519_key_exchange.cc b/net/quic/core/crypto/curve25519_key_exchange.cc
 | 
| index 99e62cbfe196e24308ecb758311edbdd3addcb1a..ecbcd21a8fce8a564320e234f424aa067f75fe8d 100644
 | 
| --- a/net/quic/core/crypto/curve25519_key_exchange.cc
 | 
| +++ b/net/quic/core/crypto/curve25519_key_exchange.cc
 | 
| @@ -6,6 +6,7 @@
 | 
|  
 | 
|  #include <cstdint>
 | 
|  
 | 
| +#include "base/logging.h"
 | 
|  #include "net/quic/core/crypto/quic_random.h"
 | 
|  #include "third_party/boringssl/src/include/openssl/curve25519.h"
 | 
|  
 | 
| 
 |