| Index: net/quic/core/quic_connection.cc
|
| diff --git a/net/quic/core/quic_connection.cc b/net/quic/core/quic_connection.cc
|
| index 99a12803858b34e95497180d2b3c62f551eaacaf..6c6fa2d5471977fd469ead33d2d8b76e69f7adec 100644
|
| --- a/net/quic/core/quic_connection.cc
|
| +++ b/net/quic/core/quic_connection.cc
|
| @@ -2435,6 +2435,7 @@ void QuicConnection::CheckIfApplicationLimited() {
|
| sent_packet_manager_.OnApplicationLimited();
|
| }
|
| }
|
| +#undef ENDPOINT
|
|
|
| void QuicConnection::SetStreamNotifier(
|
| StreamNotifierInterface* stream_notifier) {
|
|
|