| Index: ui/views/touchui/touch_selection_controller_impl_unittest.cc | 
| diff --git a/ui/views/touchui/touch_selection_controller_impl_unittest.cc b/ui/views/touchui/touch_selection_controller_impl_unittest.cc | 
| index 95c51613b4eab7a903449816b7b23935f9bd7527..8b668c7d97676b31df7c8f09d593ca94338bb4c1 100644 | 
| --- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc | 
| +++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc | 
| @@ -733,7 +733,7 @@ TEST_F(TouchSelectionControllerImplTest, HandlesStackAboveParent) { | 
| // Start touch editing, check that the handle is above the first window, and | 
| // end touch editing. | 
| StartTouchEditing(); | 
| -  auto test_point = gfx::PointF(GetCursorHandleDragPoint()); | 
| +  gfx::Point test_point = GetCursorHandleDragPoint(); | 
| ui::MouseEvent test_event1(ui::ET_MOUSE_MOVED, test_point, test_point, | 
| ui::EventTimeForNow(), ui::EF_NONE, ui::EF_NONE); | 
| EXPECT_EQ(GetCursorHandleNativeView(), | 
|  |