Index: ash/common/shelf/shelf_controller.cc |
diff --git a/ash/common/shelf/shelf_controller.cc b/ash/common/shelf/shelf_controller.cc |
index fa475934c2faad3351559f20758d98f2c2d8a1fb..8466fc84239bb5a38b236b617a46d8e0d0f36ee9 100644 |
--- a/ash/common/shelf/shelf_controller.cc |
+++ b/ash/common/shelf/shelf_controller.cc |
@@ -112,7 +112,7 @@ void ShelfController::SetAutoHideBehavior(ShelfAutoHideBehavior auto_hide, |
} |
void ShelfController::PinItem( |
- mojom::ShelfItemPtr item, |
+ const ShelfItem& item, |
mojom::ShelfItemDelegateAssociatedPtrInfo delegate) { |
NOTIMPLEMENTED(); |
} |