| Index: sync/js/sync_js_controller_unittest.cc
|
| diff --git a/sync/js/sync_js_controller_unittest.cc b/sync/js/sync_js_controller_unittest.cc
|
| index f6f1abf85b752e5edf0af36546ab074be0b4222f..bb834c535fea0db57732283b07b50e4af863d059 100644
|
| --- a/sync/js/sync_js_controller_unittest.cc
|
| +++ b/sync/js/sync_js_controller_unittest.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "sync/js/sync_js_controller.h"
|
|
|
| -#include "base/message_loop/message_loop.h"
|
| +#include "base/run_loop.h"
|
| #include "base/values.h"
|
| #include "sync/js/js_event_details.h"
|
| #include "sync/js/js_test_util.h"
|
| @@ -22,7 +22,7 @@ using ::testing::StrictMock;
|
| class SyncJsControllerTest : public testing::Test {
|
| protected:
|
| void PumpLoop() {
|
| - message_loop_.RunUntilIdle();
|
| + base::RunLoop().RunUntilIdle();
|
| }
|
|
|
| private:
|
|
|