Index: ash/drag_drop/drag_drop_controller_unittest.cc |
diff --git a/ash/drag_drop/drag_drop_controller_unittest.cc b/ash/drag_drop/drag_drop_controller_unittest.cc |
index 6b838c98739c5ce74d71918a2ccfe12d0a0dc77c..8ad42712b9f0a7ff4726ae4212d216e33cbc2864 100644 |
--- a/ash/drag_drop/drag_drop_controller_unittest.cc |
+++ b/ash/drag_drop/drag_drop_controller_unittest.cc |
@@ -737,7 +737,7 @@ TEST_F(DragDropControllerTest, SyntheticEventsDuringDragDrop) { |
gfx::Point mouse_move_location = drag_view->bounds().CenterPoint(); |
ui::MouseEvent mouse_move(ui::ET_MOUSE_MOVED, mouse_move_location, |
mouse_move_location, 0, 0); |
- Shell::GetPrimaryRootWindow()->GetDispatcher()->AsRootWindowHostDelegate()-> |
+ Shell::GetPrimaryRootWindow()->GetDispatcher()->AsWindowTreeHostDelegate()-> |
OnHostMouseEvent(&mouse_move); |
} |