| Index: trunk/src/ash/drag_drop/drag_drop_controller_unittest.cc
|
| ===================================================================
|
| --- trunk/src/ash/drag_drop/drag_drop_controller_unittest.cc (revision 236090)
|
| +++ trunk/src/ash/drag_drop/drag_drop_controller_unittest.cc (working copy)
|
| @@ -737,7 +737,7 @@
|
| gfx::Point mouse_move_location = drag_view->bounds().CenterPoint();
|
| ui::MouseEvent mouse_move(ui::ET_MOUSE_MOVED, mouse_move_location,
|
| mouse_move_location, 0);
|
| - Shell::GetPrimaryRootWindow()->GetDispatcher()->AsWindowTreeHostDelegate()->
|
| + Shell::GetPrimaryRootWindow()->GetDispatcher()->AsRootWindowHostDelegate()->
|
| OnHostMouseEvent(&mouse_move);
|
| }
|
|
|
|
|