| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index a310f8274f3a1f8c3aec6a1875769e18f13c03c7..9e7edb1dfe4c79f46986b6a8819658b5a6973458 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -79,12 +79,14 @@ class QuicClient : public QuicClientBase,
|
| QuicClient(IPEndPoint server_address,
|
| const QuicServerId& server_id,
|
| const QuicVersionVector& supported_versions,
|
| - EpollServer* epoll_server);
|
| + EpollServer* epoll_server,
|
| + ProofVerifier* proof_verifier);
|
| QuicClient(IPEndPoint server_address,
|
| const QuicServerId& server_id,
|
| const QuicVersionVector& supported_versions,
|
| const QuicConfig& config,
|
| - EpollServer* epoll_server);
|
| + EpollServer* epoll_server,
|
| + ProofVerifier* proof_verifier);
|
|
|
| ~QuicClient() override;
|
|
|
|
|