| Index: net/quic/crypto/quic_crypto_server_config.h
|
| diff --git a/net/quic/crypto/quic_crypto_server_config.h b/net/quic/crypto/quic_crypto_server_config.h
|
| index da8713a42e40af374ae58d4102780a818ebcea3f..13797d3a55f895fd0cbdcf6ae39e67835f7eea97 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config.h
|
| +++ b/net/quic/crypto/quic_crypto_server_config.h
|
| @@ -59,7 +59,7 @@ struct ClientHelloInfo {
|
|
|
| // Errors from EvaluateClientHello.
|
| std::vector<uint32> reject_reasons;
|
| - COMPILE_ASSERT(sizeof(QuicTag) == sizeof(uint32), header_out_of_sync);
|
| + static_assert(sizeof(QuicTag) == sizeof(uint32), "header out of sync");
|
| };
|
|
|
| namespace test {
|
|
|