Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1030)

Unified Diff: net/tools/quic/test_tools/quic_test_server.h

Issue 2460163002: Refactor QuicServerSessionBase::Visitor (Closed)
Patch Set: Updated patchset dependency Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 75084bc0455c2503cdca681f7c853c37af73eb3f..806b5e2375cac7e881dd397e1c5412e54ee207e1 100644
--- a/net/tools/quic/test_tools/quic_test_server.h
+++ b/net/tools/quic/test_tools/quic_test_server.h
@@ -34,7 +34,7 @@ class QuicTestServer : public QuicServer {
virtual QuicServerSessionBase* CreateSession(
const QuicConfig& config,
QuicConnection* connection,
- QuicServerSessionBase::Visitor* visitor,
+ QuicSession::Visitor* visitor,
QuicCryptoServerStream::Helper* helper,
const QuicCryptoServerConfig* crypto_config,
QuicCompressedCertsCache* compressed_certs_cache) = 0;
@@ -90,7 +90,7 @@ class ImmediateGoAwaySession : public QuicSimpleServerSession {
public:
ImmediateGoAwaySession(const QuicConfig& config,
QuicConnection* connection,
- QuicServerSessionBase::Visitor* visitor,
+ QuicSession::Visitor* visitor,
QuicCryptoServerStream::Helper* helper,
const QuicCryptoServerConfig* crypto_config,
QuicCompressedCertsCache* compressed_certs_cache);
« no previous file with comments | « net/tools/quic/test_tools/mock_quic_time_wait_list_manager.cc ('k') | net/tools/quic/test_tools/quic_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698