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

Unified Diff: mojo/public/cpp/bindings/tests/union_unittest.cc

Issue 2104363004: Remove remaining calls to deprecated MessageLoop methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 4 years, 6 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: mojo/public/cpp/bindings/tests/union_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/union_unittest.cc b/mojo/public/cpp/bindings/tests/union_unittest.cc
index 7a430c695a315283260cf44b0f08daaf7387e8db..0289fa37151b02d80270e2b1349adb3fa86fe18d 100644
--- a/mojo/public/cpp/bindings/tests/union_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/union_unittest.cc
@@ -1258,7 +1258,7 @@ TEST(UnionTest, UnionInInterface) {
pod->set_f_int16(16);
ptr->Echo(std::move(pod), base::Bind(&ExpectInt16, 16));
- run_loop.RunUntilIdle();
+ base::RunLoop().RunUntilIdle();
}
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698