| Index: net/tools/quic/quic_simple_client.h
|
| diff --git a/net/tools/quic/quic_simple_client.h b/net/tools/quic/quic_simple_client.h
|
| index 0eacdf7b8ffa930ccedce14651a2e1472a9de29e..b0c25ca0ac072a1222ec49b9ed7bebea1f83abd6 100644
|
| --- a/net/tools/quic/quic_simple_client.h
|
| +++ b/net/tools/quic/quic_simple_client.h
|
| @@ -50,8 +50,8 @@ class QuicSimpleClient : public QuicClientBase,
|
| // QuicChromiumPacketReader::Visitor
|
| void OnReadError(int result, const DatagramClientSocket* socket) override;
|
| bool OnPacket(const QuicReceivedPacket& packet,
|
| - const IPEndPoint& local_address,
|
| - const IPEndPoint& peer_address) override;
|
| + const QuicSocketAddress& local_address,
|
| + const QuicSocketAddress& peer_address) override;
|
|
|
| // From QuicClientBase
|
| QuicSocketAddress GetLatestClientAddress() const override;
|
|
|