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

Unified Diff: net/quic/quic_client_session_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_bandwidth.cc ('k') | net/quic/quic_data_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_client_session_test.cc
diff --git a/net/quic/quic_client_session_test.cc b/net/quic/quic_client_session_test.cc
index b6457ec2dbf6a824947c04a4ceedcbbbffb92a5b..dcc6e3db0409f5e452b5ca8452fa8239156301cf 100644
--- a/net/quic/quic_client_session_test.cc
+++ b/net/quic/quic_client_session_test.cc
@@ -51,7 +51,7 @@ class QuicClientSessionTest : public ::testing::TestWithParam<QuicVersion> {
DefaultQuicConfig(),
"CONNECTION_UNKNOWN",
base::TimeTicks::Now(),
- base::MessageLoop::current()->message_loop_proxy().get(),
+ base::MessageLoop::current()->task_runner().get(),
&net_log_) {
session_.InitializeSession(QuicServerId(kServerHostname, kServerPort,
/*is_secure=*/false,
« no previous file with comments | « net/quic/quic_bandwidth.cc ('k') | net/quic/quic_data_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698