| 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:
|
|
|