| Index: ash/drag_drop/drag_drop_interactive_uitest.cc
|
| diff --git a/ash/drag_drop/drag_drop_interactive_uitest.cc b/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| index 5f13c5b8f904a58052592c417165ecdb3f431784..73422f32d2704fbe549f4a2565be4bb660b5a76a 100644
|
| --- a/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| +++ b/ash/drag_drop/drag_drop_interactive_uitest.cc
|
| @@ -133,7 +133,7 @@ TEST_F(DragDropTest, MAYBE_DragDropAcrossMultiDisplay) {
|
| return;
|
|
|
| UpdateDisplay("400x400,400x400");
|
| - Shell::RootWindowList root_windows =
|
| + aura::Window::Windows root_windows =
|
| Shell::GetInstance()->GetAllRootWindows();
|
| views::View* draggable_view = new DraggableView();
|
| draggable_view->set_drag_controller(NULL);
|
|
|