Index: net/tools/quic/quic_server.h |
diff --git a/net/tools/quic/quic_server.h b/net/tools/quic/quic_server.h |
index 119fa78ee4e01352ad0f886843adab9759d9e9aa..54e8280c0e73c59126ee862abeb58c0b1b93ff52 100644 |
--- a/net/tools/quic/quic_server.h |
+++ b/net/tools/quic/quic_server.h |
@@ -59,7 +59,8 @@ class QuicServer : public EpollCallbackInterface { |
// If packets_dropped is non-null, the socket is configured to track |
// dropped packets, and some packets are read, it will be set to the number of |
// dropped packets. |
- static bool ReadAndDispatchSinglePacket(int fd, int port, |
+ static bool ReadAndDispatchSinglePacket(int fd, |
+ int port, |
QuicDispatcher* dispatcher, |
uint32* packets_dropped); |