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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.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/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
index 3e675a870289aad8567f32d8d3fc9bd317193a1a..3e45f70e2b756d01182401188dab38c3b2dbfed8 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
@@ -2236,7 +2236,7 @@ class DetachToBrowserInSeparateDisplayAndCancelTabDragControllerTest
void QuitWhenNotDragging() {
DCHECK(TabDragController::IsActive());
test::QuitWhenNotDraggingImpl();
- base::MessageLoop::current()->Run();
+ base::RunLoop().Run();
}
private:

Powered by Google App Engine
This is Rietveld 408576698