| Index: ui/views/corewm/capture_controller_unittest.cc
|
| diff --git a/ui/views/corewm/capture_controller_unittest.cc b/ui/views/corewm/capture_controller_unittest.cc
|
| index c779547db5d5fb3f4775e06c7f4f8bd9e1642fd6..2479ee9ce8816b1b08185f5bf3338b7356c91ab7 100644
|
| --- a/ui/views/corewm/capture_controller_unittest.cc
|
| +++ b/ui/views/corewm/capture_controller_unittest.cc
|
| @@ -103,7 +103,7 @@ TEST_F(CaptureControllerTest, ResetMouseEventHandlerOnCapture) {
|
| // dispatch further mouse events to |w1|.
|
| ui::MouseEvent mouse_pressed_event(ui::ET_MOUSE_PRESSED, gfx::Point(5, 5),
|
| gfx::Point(5, 5), 0, 0);
|
| - dispatcher()->AsRootWindowHostDelegate()->OnHostMouseEvent(
|
| + dispatcher()->AsWindowTreeHostDelegate()->OnHostMouseEvent(
|
| &mouse_pressed_event);
|
| EXPECT_EQ(w1.get(), dispatcher()->mouse_pressed_handler());
|
|
|
|
|