Chromium Code Reviews| Index: net/quic/core/quic_crypto_stream.cc |
| diff --git a/net/quic/core/quic_crypto_stream.cc b/net/quic/core/quic_crypto_stream.cc |
| index 7534419a11ca5c867e3d2ccd13137cb5284dcc33..cc2003dc5c6ef38d8bb8fd9bc2f07f7e45b7d0bb 100644 |
| --- a/net/quic/core/quic_crypto_stream.cc |
| +++ b/net/quic/core/quic_crypto_stream.cc |
| @@ -116,4 +116,5 @@ bool QuicCryptoStream::ExportTokenBindingKeyingMaterial(string* result) const { |
| /* context= */ "", 32, result); |
| } |
| +#undef ENDPOINT |
| } // namespace net |