| Index: net/quic/quic_dispatcher.h
|
| diff --git a/net/quic/quic_dispatcher.h b/net/quic/quic_dispatcher.h
|
| index a4dba81180bf0932a8cba99b131bb12d6340bfbe..d07c46ceedfbd850a84b04fcb1dbdde4580424d6 100644
|
| --- a/net/quic/quic_dispatcher.h
|
| +++ b/net/quic/quic_dispatcher.h
|
| @@ -23,16 +23,14 @@
|
| #include "net/quic/quic_time_wait_list_manager.h"
|
|
|
| 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:
|
|
|