Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3014)

Unified Diff: chrome/browser/password_manager/native_backend_kwallet_x_unittest.cc

Issue 2315443004: Remove calls to deprecated MessageLoop methods in chrome. (Closed)
Patch Set: remove unused include Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698