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

Unified Diff: jingle/notifier/listener/xmpp_push_client_unittest.cc

Issue 14307021: jingle: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
Index: jingle/notifier/listener/xmpp_push_client_unittest.cc
diff --git a/jingle/notifier/listener/xmpp_push_client_unittest.cc b/jingle/notifier/listener/xmpp_push_client_unittest.cc
index 8d4c66919be407182e57ca001ee49ff44c20d956..2e59ab2ad5d86a4f6d11f82cb2b52984d72fda94 100644
--- a/jingle/notifier/listener/xmpp_push_client_unittest.cc
+++ b/jingle/notifier/listener/xmpp_push_client_unittest.cc
@@ -53,7 +53,7 @@ class XmppPushClientTest : public testing::Test {
}
// The sockets created by the XMPP code expect an IO loop.
- MessageLoopForIO message_loop_;
+ base::MessageLoopForIO message_loop_;
NotifierOptions notifier_options_;
StrictMock<MockObserver> mock_observer_;
scoped_ptr<XmppPushClient> xmpp_push_client_;
« jingle/glue/thread_wrapper_unittest.cc ('K') | « jingle/notifier/listener/push_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698