Chromium Code Reviews| Index: net/quic/core/quic_sent_packet_manager.cc |
| diff --git a/net/quic/core/quic_sent_packet_manager.cc b/net/quic/core/quic_sent_packet_manager.cc |
| index 90eaad05966a3fd475925fe58afa58d2ab2e3b76..97399e76747514cc71083bada3c4a9d2bd4f59cb 100644 |
| --- a/net/quic/core/quic_sent_packet_manager.cc |
| +++ b/net/quic/core/quic_sent_packet_manager.cc |
| @@ -966,4 +966,6 @@ void QuicSentPacketManager::SetStreamNotifier( |
| unacked_packets_.SetStreamNotifier(stream_notifier); |
| } |
| +#undef ENDPOINT |
| + |
| } // namespace net |