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

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

Issue 999353005: Land Recent QUIC Changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrap Created 5 years, 9 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/packet_dropping_test_writer.h
diff --git a/net/tools/quic/test_tools/packet_dropping_test_writer.h b/net/tools/quic/test_tools/packet_dropping_test_writer.h
index b39539f0b4de721330828a6af7763ba7824c3c90..e181fdbfcd8001598af7c8cff5f680c6f4249b93 100644
--- a/net/tools/quic/test_tools/packet_dropping_test_writer.h
+++ b/net/tools/quic/test_tools/packet_dropping_test_writer.h
@@ -43,7 +43,8 @@ class PacketDroppingTestWriter : public QuicPacketWriterWrapper {
// called after connecting if the helper is not available before.
// |on_can_write| will be triggered when fake-unblocking; ownership will be
// assumed.
- void Initialize(QuicEpollConnectionHelper* helper, Delegate* on_can_write);
+ void Initialize(QuicConnectionHelperInterface* helper,
+ Delegate* on_can_write);
// QuicPacketWriter methods:
WriteResult WritePacket(const char* buffer,
« no previous file with comments | « net/tools/quic/test_tools/mock_quic_dispatcher.cc ('k') | net/tools/quic/test_tools/packet_dropping_test_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698