Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1316)

Unified Diff: net/quic/quic_dispatcher.cc

Issue 1032903002: Unify various QUIC server classes in net/quic and net/tools/quic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_dispatcher.h ('k') | net/quic/quic_in_memory_cache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « net/quic/quic_dispatcher.h ('k') | net/quic/quic_in_memory_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698