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

Unified Diff: jingle/notifier/listener/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/push_client_unittest.cc
diff --git a/jingle/notifier/listener/push_client_unittest.cc b/jingle/notifier/listener/push_client_unittest.cc
index 44d4d98110e378f94b2ed21f5c1b77cebe19b33b..d9677ae520a86e1a6beb03780fa3de59a58cb0fe 100644
--- a/jingle/notifier/listener/push_client_unittest.cc
+++ b/jingle/notifier/listener/push_client_unittest.cc
@@ -29,7 +29,7 @@ class PushClientTest : public testing::Test {
virtual ~PushClientTest() {}
// The sockets created by the XMPP code expect an IO loop.
- MessageLoopForIO message_loop_;
+ base::MessageLoopForIO message_loop_;
NotifierOptions notifier_options_;
};

Powered by Google App Engine
This is Rietveld 408576698