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 23423b89a039fa746ef1db404c411e2fcb4309fb..62ef5fc877a422f092247e4240eb2d2093d6b4b8 100644 |
--- a/ui/views/touchui/touch_selection_controller_impl_unittest.cc |
+++ b/ui/views/touchui/touch_selection_controller_impl_unittest.cc |
@@ -149,7 +149,7 @@ TEST_F(TouchSelectionControllerImplTest, SelectionInBidiTextfieldTest) { |
// Test cursor at run boundary and with empty selection. |
textfield_->SelectSelectionModel( |
- gfx::SelectionModel(3, 2, gfx::SelectionModel::TRAILING)); |
+ gfx::SelectionModel(3, gfx::CURSOR_BACKWARD)); |
VerifySelectionHandlePositions(false); |
// Test selection range inside one run and starts or ends at run boundary. |