| Index: net/tools/quic/quic_time_wait_list_manager.h
|
| diff --git a/net/tools/quic/quic_time_wait_list_manager.h b/net/tools/quic/quic_time_wait_list_manager.h
|
| index 799673513f8cb2a3854be301554e4d3304b651c5..aba6cb4835a2679967f3bbeaea5397497ee6e7d8 100644
|
| --- a/net/tools/quic/quic_time_wait_list_manager.h
|
| +++ b/net/tools/quic/quic_time_wait_list_manager.h
|
| @@ -12,8 +12,6 @@
|
| #include <deque>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/containers/hash_tables.h"
|
| -#include "base/strings/string_piece.h"
|
| #include "net/base/linked_hash_map.h"
|
| #include "net/quic/quic_blocked_writer_interface.h"
|
| #include "net/quic/quic_connection.h"
|
| @@ -22,10 +20,8 @@
|
| #include "net/quic/quic_protocol.h"
|
|
|
| namespace net {
|
| -
|
| namespace tools {
|
|
|
| -class ConnectionIdCleanUpAlarm;
|
| class QuicServerSessionVisitor;
|
|
|
| namespace test {
|
|
|