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

Unified Diff: net/quic/core/quic_multipath_received_packet_manager.cc

Issue 2463093003: Landing Recent QUIC changes until Sat Oct 29 14:59:35. (Closed)
Patch Set: add change to quiartc_session_test.cc Created 4 years, 1 month 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/core/quic_crypto_server_stream_test.cc ('k') | net/quic/core/quic_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_multipath_received_packet_manager.cc
diff --git a/net/quic/core/quic_multipath_received_packet_manager.cc b/net/quic/core/quic_multipath_received_packet_manager.cc
index 4bc8252702b16b259e0762c5b3835c328e6201fd..7a1b2f37851c1b5176b9fe5bec08f740063646c7 100644
--- a/net/quic/core/quic_multipath_received_packet_manager.cc
+++ b/net/quic/core/quic_multipath_received_packet_manager.cc
@@ -16,8 +16,7 @@ QuicMultipathReceivedPacketManager::QuicMultipathReceivedPacketManager(
base::MakeUnique<QuicReceivedPacketManager>(stats);
}
-QuicMultipathReceivedPacketManager::~QuicMultipathReceivedPacketManager() {
-}
+QuicMultipathReceivedPacketManager::~QuicMultipathReceivedPacketManager() {}
void QuicMultipathReceivedPacketManager::OnPathCreated(
QuicPathId path_id,
« no previous file with comments | « net/quic/core/quic_crypto_server_stream_test.cc ('k') | net/quic/core/quic_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698