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 197a170bd49a34e59760df7532a9209f8b7f1c14..18893e22ec8be47e0786628c3528a1659788e18b 100644 |
| --- a/net/quic/core/quic_crypto_stream.cc |
| +++ b/net/quic/core/quic_crypto_stream.cc |
| @@ -92,4 +92,5 @@ bool QuicCryptoStream::ExportTokenBindingKeyingMaterial(string* result) const { |
| /* context= */ "", 32, result); |
| } |
| +#undef ENDPOINT |
| } // namespace net |