| 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_;
|
|
|