| Index: components/sync/driver/non_ui_model_type_controller_unittest.cc
|
| diff --git a/components/sync/driver/non_ui_model_type_controller_unittest.cc b/components/sync/driver/non_ui_model_type_controller_unittest.cc
|
| index bd5c75688285a09b44ab6c921b92c08da97072c3..43fe90836748e9ba234632eb30b635f62147cdc9 100644
|
| --- a/components/sync/driver/non_ui_model_type_controller_unittest.cc
|
| +++ b/components/sync/driver/non_ui_model_type_controller_unittest.cc
|
| @@ -280,7 +280,7 @@ class NonUIModelTypeControllerTest : public testing::Test,
|
| }
|
|
|
| // Runs any tasks posted on UI thread.
|
| - void RunQueuedUIThreadTasks() { ui_loop_.RunUntilIdle(); }
|
| + void RunQueuedUIThreadTasks() { base::RunLoop().RunUntilIdle(); }
|
|
|
| // Runs any tasks posted on model thread.
|
| void RunQueuedModelThreadTasks() {
|
|
|