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

Unified Diff: net/quic/quic_http_stream_test.cc

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 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_framer_test.cc ('k') | net/quic/quic_packet_creator_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_http_stream_test.cc
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc
index ed42db6ecc3918ace57eb1e782cadb09ac88f239..f4d895acd45bae910fa224b660778652940ee2a6 100644
--- a/net/quic/quic_http_stream_test.cc
+++ b/net/quic/quic_http_stream_test.cc
@@ -210,7 +210,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> {
connection_, scoped_ptr<DatagramClientSocket>(socket), nullptr,
&transport_security_state_, make_scoped_ptr((QuicServerInfo*)nullptr),
DefaultQuicConfig(), "CONNECTION_UNKNOWN", base::TimeTicks::Now(),
- base::MessageLoop::current()->message_loop_proxy().get(), nullptr));
+ base::MessageLoop::current()->task_runner().get(), nullptr));
session_->InitializeSession(
QuicServerId(kDefaultServerHostName, kDefaultServerPort,
/*is_secure=*/false, PRIVACY_MODE_DISABLED),
« no previous file with comments | « net/quic/quic_framer_test.cc ('k') | net/quic/quic_packet_creator_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698