Index: net/quic/quic_dispatcher.cc |
diff --git a/net/quic/quic_dispatcher.cc b/net/quic/quic_dispatcher.cc |
index c40e549045dc9639dc899dd439d9e1fe9c635bfe..663092f86163c57bde9c4261364d1e1587cbb80e 100644 |
--- a/net/quic/quic_dispatcher.cc |
+++ b/net/quic/quic_dispatcher.cc |
@@ -13,7 +13,6 @@ |
#include "net/quic/quic_connection_helper.h" |
#include "net/quic/quic_flags.h" |
#include "net/quic/quic_per_connection_packet_writer.h" |
-#include "net/quic/quic_time_wait_list_manager.h" |
#include "net/quic/quic_utils.h" |
namespace net { |
@@ -21,6 +20,8 @@ namespace net { |
using base::StringPiece; |
using std::make_pair; |
using std::find; |
+using tools::QuicServerSession; |
+using tools::QuicTimeWaitListManager; |
class DeleteSessionsAlarm : public QuicAlarm::Delegate { |
public: |