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

Unified Diff: net/tools/quic/quic_time_wait_list_manager.h

Issue 2322233004: Landing Recent QUIC changes until Sun Sep 4 03:41:00 (Closed)
Patch Set: Created 4 years, 3 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
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 947c4e24c80496d9d326b3d1326352e4cb292261..52daa92a31bc1f91689f2a33746dc74dec0d1756 100644
--- a/net/tools/quic/quic_time_wait_list_manager.h
+++ b/net/tools/quic/quic_time_wait_list_manager.h
@@ -26,6 +26,7 @@
namespace net {
namespace test {
+class QuicDispatcherPeer;
class QuicTimeWaitListManagerPeer;
} // namespace test
@@ -113,6 +114,7 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
const QuicPublicResetPacket& packet);
private:
+ friend class test::QuicDispatcherPeer;
friend class test::QuicTimeWaitListManagerPeer;
// Internal structure to store pending public reset packets.

Powered by Google App Engine
This is Rietveld 408576698