Index: net/tools/quic/quic_server.h |
diff --git a/net/tools/quic/quic_server.h b/net/tools/quic/quic_server.h |
index 6285fd769d953417076055dcdf0d1e35247cf71b..4454d3928615c379eb8ff7d7fa50085841db3aec 100644 |
--- a/net/tools/quic/quic_server.h |
+++ b/net/tools/quic/quic_server.h |
@@ -59,7 +59,7 @@ class QuicServer : public EpollCallbackInterface { |
// dropped packets, and some packets are read, it will be set to the number of |
// dropped packets. |
static bool ReadAndDispatchSinglePacket(int fd, int port, |
- QuicDispatcher* dispatcher, |
+ ProcessPacketInterface* processor, |
uint32* packets_dropped); |
virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {} |