| Index: jingle/notifier/listener/mediator_thread_unittest.cc
|
| diff --git a/jingle/notifier/listener/mediator_thread_unittest.cc b/jingle/notifier/listener/mediator_thread_unittest.cc
|
| index b97929db59e2d859a239ea41e91209b127c2c745..6b01aa5d1bac2e28a875c0786f821c60d57237bf 100644
|
| --- a/jingle/notifier/listener/mediator_thread_unittest.cc
|
| +++ b/jingle/notifier/listener/mediator_thread_unittest.cc
|
| @@ -27,7 +27,7 @@ using ::testing::StrictMock;
|
| class TestURLRequestContextGetter : public net::URLRequestContextGetter {
|
| public:
|
| TestURLRequestContextGetter()
|
| - : message_loop_proxy_(base::MessageLoopProxy::CreateForCurrentThread()) {
|
| + : message_loop_proxy_(base::MessageLoopProxy::current()) {
|
| }
|
| virtual ~TestURLRequestContextGetter() { }
|
|
|
|
|