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

Unified Diff: blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc

Issue 2316493005: Remove calls to deprecated MessageLoop methods in blimp. (Closed)
Patch Set: 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
« no previous file with comments | « blimp/client/core/contents/blimp_contents_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc
diff --git a/blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc b/blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc
index 8b179de39d279e2d217b042d8a1eaad0b1e1ce93..9ead75c799c5f41a5be18789e11aab0f6c698860 100644
--- a/blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc
+++ b/blimp/client/core/contents/blimp_navigation_controller_impl_unittest.cc
@@ -42,7 +42,7 @@ TEST(BlimpNavigationControllerImplTest, BackForwardNavigation) {
EXPECT_CALL(delegate, OnNavigationStateChanged());
navigation_controller.LoadURL(kExampleURL);
- loop.RunUntilIdle();
+ base::RunLoop().RunUntilIdle();
EXPECT_EQ(kExampleURL, navigation_controller.GetURL());
EXPECT_CALL(feature, GoBack(_));
« no previous file with comments | « blimp/client/core/contents/blimp_contents_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698