| Index: net/quic/quic_dispatcher.h
|
| diff --git a/net/quic/quic_dispatcher.h b/net/quic/quic_dispatcher.h
|
| index 2687e8b52c3069cc86feac7a7e647701c0745aec..9de2c9281d48d6f3f4e568be1445bf47c731f6d1 100644
|
| --- a/net/quic/quic_dispatcher.h
|
| +++ b/net/quic/quic_dispatcher.h
|
| @@ -34,16 +34,14 @@ struct hash<net::QuicBlockedWriterInterface*> {
|
| #endif
|
|
|
| namespace net {
|
| -
|
| -class QuicConfig;
|
| -class QuicCryptoServerConfig;
|
| -class QuicSession;
|
| -
|
| namespace test {
|
| class QuicDispatcherPeer;
|
| } // namespace test
|
|
|
| class DeleteSessionsAlarm;
|
| +class QuicConfig;
|
| +class QuicCryptoServerConfig;
|
| +class QuicSession;
|
|
|
| class ProcessPacketInterface {
|
| public:
|
|
|