| Index: ui/app_list/views/apps_grid_view_unittest.cc
|
| diff --git a/ui/app_list/views/apps_grid_view_unittest.cc b/ui/app_list/views/apps_grid_view_unittest.cc
|
| index 15eecc95cf885e80635f207c55a9b3a42fd658f3..89342043e163bc9b81e661cdc637041a800388d0 100644
|
| --- a/ui/app_list/views/apps_grid_view_unittest.cc
|
| +++ b/ui/app_list/views/apps_grid_view_unittest.cc
|
| @@ -148,7 +148,7 @@ class AppsGridViewTest : public testing::Test {
|
|
|
| ui::MouseEvent drag_event(ui::ET_MOUSE_DRAGGED,
|
| translated_to, to, 0);
|
| - apps_grid_view_->UpdateDrag(view, pointer, drag_event);
|
| + apps_grid_view_->UpdateDragFromItem(pointer, drag_event);
|
| }
|
|
|
| void SimulateKeyPress(ui::KeyboardCode key_code) {
|
|
|