| Index: ash/common/shelf/shelf_view.cc
|
| diff --git a/ash/common/shelf/shelf_view.cc b/ash/common/shelf/shelf_view.cc
|
| index 49669eab6fb15c1c84269b8d7cbb0c75eb7c384f..5323cc52a86644755fa302cf63aab77bb849fa3c 100644
|
| --- a/ash/common/shelf/shelf_view.cc
|
| +++ b/ash/common/shelf/shelf_view.cc
|
| @@ -1583,7 +1583,7 @@ void ShelfView::ShelfItemMoved(int start_index, int target_index) {
|
| AnimateToIdealBounds();
|
| }
|
|
|
| -void ShelfView::OnSetShelfItemDelegate(ShelfID, mojom::ShelfItemDelegate*) {}
|
| +void ShelfView::OnSetShelfItemDelegate(ShelfID, ShelfItemDelegate*) {}
|
|
|
| void ShelfView::AfterItemSelected(
|
| const ShelfItem& item,
|
|
|