| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index ba6a7ad9a8af4b25977ae812d649a26f9a2227e7..ab8417cf7ba496114f8c90fca0362bc57fd161b3 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -29,15 +29,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() {}
|
|
|