| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index 8d7b03b1e14b22c9f99a490057d82daa05547d55..00399bf69138680662ddb9cc02971f8f4231ec29 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -41,15 +41,14 @@ class QuicSession;
|
|
|
| namespace tools {
|
|
|
| +class DeleteSessionsAlarm;
|
| +class QuicEpollConnectionHelper;
|
| class QuicPacketWriterWrapper;
|
|
|
| namespace test {
|
| class QuicDispatcherPeer;
|
| } // namespace test
|
|
|
| -class DeleteSessionsAlarm;
|
| -class QuicEpollConnectionHelper;
|
| -
|
| class ProcessPacketInterface {
|
| public:
|
| virtual ~ProcessPacketInterface() {}
|
|
|