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

Unified Diff: net/quic/quic_reliable_client_stream_test.cc

Issue 12252024: Revert 182331 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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_reliable_client_stream.cc ('k') | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_reliable_client_stream_test.cc
===================================================================
--- net/quic/quic_reliable_client_stream_test.cc (revision 182334)
+++ net/quic/quic_reliable_client_stream_test.cc (working copy)
@@ -35,7 +35,7 @@
public:
QuicReliableClientStreamTest()
: session_(new MockConnection(1, IPEndPoint()), false),
- stream_(1, &session_, BoundNetLog()) {
+ stream_(1, &session_) {
stream_.SetDelegate(&delegate_);
}
« no previous file with comments | « net/quic/quic_reliable_client_stream.cc ('k') | net/quic/quic_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698