| Index: jingle/notifier/listener/non_blocking_push_client_unittest.cc
|
| diff --git a/jingle/notifier/listener/non_blocking_push_client_unittest.cc b/jingle/notifier/listener/non_blocking_push_client_unittest.cc
|
| index fea26fea3be3db88b11ccec60cf93113e75fe567..46bb9b8b08236c2a636405ea4acc2f0dbbaf0be5 100644
|
| --- a/jingle/notifier/listener/non_blocking_push_client_unittest.cc
|
| +++ b/jingle/notifier/listener/non_blocking_push_client_unittest.cc
|
| @@ -56,7 +56,7 @@ class NonBlockingPushClientTest : public testing::Test {
|
| return scoped_ptr<PushClient>(fake_push_client_);
|
| }
|
|
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
| FakePushClientObserver fake_observer_;
|
| scoped_ptr<NonBlockingPushClient> push_client_;
|
| // Owned by |push_client_|.
|
|
|