| 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 25546d5240701d35b59972214a2e9f3b91339e08..d629234323599866f2b7fa50ebe9f99e76775807 100644
|
| --- a/net/tools/quic/quic_simple_client.h
|
| +++ b/net/tools/quic/quic_simple_client.h
|
| @@ -129,7 +129,7 @@ class QuicSimpleClient : public QuicClientBase,
|
| bool MigrateSocket(const IPAddressNumber& new_host);
|
|
|
| // QuicPacketReader::Visitor
|
| - void OnReadError(int result) override;
|
| + void OnReadError(int result, const DatagramClientSocket* socket) override;
|
| bool OnPacket(const QuicEncryptedPacket& packet,
|
| IPEndPoint local_address,
|
| IPEndPoint peer_address) override;
|
|
|