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

Unified Diff: net/quic/quic_dispatcher.h

Issue 497553004: Landing Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with TOT Created 6 years, 4 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_default_packet_writer.cc ('k') | net/quic/quic_packet_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_dispatcher.h
diff --git a/net/quic/quic_dispatcher.h b/net/quic/quic_dispatcher.h
index a4dba81180bf0932a8cba99b131bb12d6340bfbe..d07c46ceedfbd850a84b04fcb1dbdde4580424d6 100644
--- a/net/quic/quic_dispatcher.h
+++ b/net/quic/quic_dispatcher.h
@@ -23,16 +23,14 @@
#include "net/quic/quic_time_wait_list_manager.h"
namespace net {
-
-class QuicConfig;
-class QuicCryptoServerConfig;
-class QuicSession;
-
namespace test {
class QuicDispatcherPeer;
} // namespace test
class DeleteSessionsAlarm;
+class QuicConfig;
+class QuicCryptoServerConfig;
+class QuicSession;
class ProcessPacketInterface {
public:
« no previous file with comments | « net/quic/quic_default_packet_writer.cc ('k') | net/quic/quic_packet_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698