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

Unified Diff: net/quic/quic_session_test.cc

Issue 292113002: QUIC - minor clean up of comments per wtc' comments for the CL: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_sent_packet_manager.cc ('k') | net/tools/quic/quic_spdy_client_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_session_test.cc
diff --git a/net/quic/quic_session_test.cc b/net/quic/quic_session_test.cc
index 17f53f529c9122384954ebf93746cc01aa65860e..511e3456f8bc1944fedf164924e9493e42e4dba8 100644
--- a/net/quic/quic_session_test.cc
+++ b/net/quic/quic_session_test.cc
@@ -114,8 +114,8 @@ class StreamBlocker {
class TestSession : public QuicSession {
public:
- explicit TestSession(QuicConnection* connection,
- uint32 max_initial_flow_control_window)
+ TestSession(QuicConnection* connection,
+ uint32 max_initial_flow_control_window)
: QuicSession(connection, max_initial_flow_control_window,
DefaultQuicConfig()),
crypto_stream_(this),
« no previous file with comments | « net/quic/quic_sent_packet_manager.cc ('k') | net/tools/quic/quic_spdy_client_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698