| Index: net/tools/quic/test_tools/quic_test_server.h
|
| diff --git a/net/tools/quic/test_tools/quic_test_server.h b/net/tools/quic/test_tools/quic_test_server.h
|
| index 896790552b6408a63c634f94a78f1ca489d7d006..75084bc0455c2503cdca681f7c853c37af73eb3f 100644
|
| --- a/net/tools/quic/test_tools/quic_test_server.h
|
| +++ b/net/tools/quic/test_tools/quic_test_server.h
|
| @@ -35,7 +35,7 @@ class QuicTestServer : public QuicServer {
|
| const QuicConfig& config,
|
| QuicConnection* connection,
|
| QuicServerSessionBase::Visitor* visitor,
|
| - QuicServerSessionBase::Helper* helper,
|
| + QuicCryptoServerStream::Helper* helper,
|
| const QuicCryptoServerConfig* crypto_config,
|
| QuicCompressedCertsCache* compressed_certs_cache) = 0;
|
| };
|
| @@ -91,7 +91,7 @@ class ImmediateGoAwaySession : public QuicSimpleServerSession {
|
| ImmediateGoAwaySession(const QuicConfig& config,
|
| QuicConnection* connection,
|
| QuicServerSessionBase::Visitor* visitor,
|
| - QuicServerSessionBase::Helper* helper,
|
| + QuicCryptoServerStream::Helper* helper,
|
| const QuicCryptoServerConfig* crypto_config,
|
| QuicCompressedCertsCache* compressed_certs_cache);
|
| // Override to send GoAway.
|
|
|