| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index 2134d2e4566cb427958da04616ed7ffc8c977f74..49e49e641dbf867a54914bbf59be7435d3d7f522 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -193,9 +193,7 @@ class QuicClient : public QuicClientBase,
|
| return &push_promise_index_;
|
| }
|
|
|
| - protected:
|
| virtual QuicPacketWriter* CreateQuicPacketWriter();
|
| - virtual QuicPacketReader* CreateQuicPacketReader();
|
|
|
| // If |fd| is an open UDP socket, unregister and close it. Otherwise, do
|
| // nothing.
|
|
|