Index: net/tools/quic/quic_server.h |
diff --git a/net/tools/quic/quic_server.h b/net/tools/quic/quic_server.h |
index 8bce7677aaabdf248b79f051c5919ac7c2933ead..2313601aa47b5ba5e4aed04e65714f9527d8663a 100644 |
--- a/net/tools/quic/quic_server.h |
+++ b/net/tools/quic/quic_server.h |
@@ -16,6 +16,7 @@ |
#include "net/quic/quic_connection_helper.h" |
#include "net/quic/quic_framer.h" |
#include "net/tools/epoll_server/epoll_server.h" |
+#include "net/tools/quic/quic_default_packet_writer.h" |
namespace net { |
@@ -81,6 +82,8 @@ class QuicServer : public EpollCallbackInterface { |
int port() { return port_; } |
protected: |
+ virtual QuicDefaultPacketWriter* CreateWriter(int fd); |
+ |
virtual QuicDispatcher* CreateQuicDispatcher(); |
const QuicConfig& config() const { return config_; } |