| 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 3b85363da9e05f1e05adaa94b196b2fc73f4f164..4e1baa3ae1b5e765c6a748445881c71b997df34a 100644
|
| --- a/jingle/notifier/base/xmpp_connection_unittest.cc
|
| +++ b/jingle/notifier/base/xmpp_connection_unittest.cc
|
| @@ -38,7 +38,7 @@ namespace {
|
| class TestURLRequestContextGetter : public net::URLRequestContextGetter {
|
| public:
|
| TestURLRequestContextGetter()
|
| - : message_loop_proxy_(base::MessageLoopProxy::CreateForCurrentThread()) {
|
| + : message_loop_proxy_(base::MessageLoopProxy::current()) {
|
| }
|
| virtual ~TestURLRequestContextGetter() { }
|
|
|
|
|