| 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 686e9493aa0ac91c96698571972c4a0b74342caf..3255fdc22bce02dde8a176c14db1ff605bac99fe 100644
|
| --- a/jingle/notifier/base/xmpp_connection_unittest.cc
|
| +++ b/jingle/notifier/base/xmpp_connection_unittest.cc
|
| @@ -86,7 +86,7 @@ class XmppConnectionTest : public testing::Test {
|
| }
|
|
|
| // Needed by XmppConnection.
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
| MockXmppConnectionDelegate mock_xmpp_connection_delegate_;
|
| scoped_ptr<MockPreXmppAuth> mock_pre_xmpp_auth_;
|
| scoped_refptr<net::TestURLRequestContextGetter> url_request_context_getter_;
|
|
|