| 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 7d96d99198d69e5268b49800e6a00bf0d852bfab..47b719fc921cef6ad48e5df3aa5eab5ce528c54c 100644
|
| --- a/ash/drag_drop/drag_drop_controller_unittest.cc
|
| +++ b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| @@ -783,7 +783,6 @@ TEST_F(DragDropControllerTest, CaptureLostCancelsDragDrop) {
|
| ASSERT_TRUE(capture_window);
|
| EXPECT_EQ("0x0", capture_window->bounds().size().ToString());
|
| EXPECT_EQ(NULL, capture_window->GetEventHandlerForPoint(gfx::Point()));
|
| - EXPECT_EQ(NULL, capture_window->GetTopWindowContainingPoint(gfx::Point()));
|
|
|
| aura::client::GetCaptureClient(widget->GetNativeView()->GetRootWindow())
|
| ->SetCapture(NULL);
|
|
|