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: jingle/notifier/base/xmpp_connection_unittest.cc

Issue 1179163002: Migrate callers of message_loop_proxy() to task_runner() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 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 | « device/bluetooth/bluetooth_socket_thread.cc ('k') | jingle/notifier/listener/push_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/xmpp_connection_unittest.cc
diff --git a/jingle/notifier/base/xmpp_connection_unittest.cc b/jingle/notifier/base/xmpp_connection_unittest.cc
index 147edac22ac2c520e6b2048e08454b28bf09a56d..2e3eb59cdc51e4f48f1086cf10070d7317208a18 100644
--- a/jingle/notifier/base/xmpp_connection_unittest.cc
+++ b/jingle/notifier/base/xmpp_connection_unittest.cc
@@ -80,7 +80,7 @@ class XmppConnectionTest : public testing::Test {
message_loop_.reset(new base::MessageLoop(pump.Pass()));
url_request_context_getter_ = new net::TestURLRequestContextGetter(
- message_loop_->message_loop_proxy());
+ message_loop_->task_runner());
}
~XmppConnectionTest() override {}
« no previous file with comments | « device/bluetooth/bluetooth_socket_thread.cc ('k') | jingle/notifier/listener/push_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698