| Index: chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
|
| diff --git a/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc b/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
|
| index 41ff645f3517c81abbe3f4203c93f0cdc0724ed9..7f8520ffacec8d585ec7db224ecfc24f3bdf3009 100644
|
| --- a/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
|
| +++ b/chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc
|
| @@ -306,7 +306,7 @@ class NativeBackendKWalletTest : public NativeBackendKWalletTestBase {
|
| event.Wait();
|
| // Some of the tests may post messages to the UI thread, but we don't need
|
| // to run those until after the DB thread is finished. So run it here.
|
| - message_loop_.RunUntilIdle();
|
| + base::RunLoop().RunUntilIdle();
|
| }
|
| static void ThreadDone(base::WaitableEvent* event) {
|
| event->Signal();
|
|
|