| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 52ee6bb65d07d3b01afc52e5d7d917489dc864cf..8c6d2ca923a65271980d1b39916b15da329a26a2 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -514,7 +514,7 @@ class NET_EXPORT_PRIVATE QuicConnection
|
|
|
| bool peer_port_changed() const { return peer_port_changed_; }
|
|
|
| - const QuicReceivedPacketManager& received_packet_manager() {
|
| + const QuicReceivedPacketManager& received_packet_manager() const {
|
| return received_packet_manager_;
|
| }
|
|
|
|
|