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