Index: ash/mus/shelf_delegate_mus.h |
diff --git a/ash/mus/shelf_delegate_mus.h b/ash/mus/shelf_delegate_mus.h |
index c9365922f239ad5cde4ef67866d18b2bebbb18d3..7b79c691c5ab2333b9179f44b94b68d1dad0252a 100644 |
--- a/ash/mus/shelf_delegate_mus.h |
+++ b/ash/mus/shelf_delegate_mus.h |
@@ -46,10 +46,10 @@ class ShelfDelegateMus : public ShelfDelegate, |
void SetAlignment(mash::shelf::mojom::Alignment alignment) override; |
void SetAutoHideBehavior( |
mash::shelf::mojom::AutoHideBehavior auto_hide) override; |
- void AddItem( |
+ void PinItem( |
mash::shelf::mojom::ShelfItemPtr item, |
mash::shelf::mojom::ShelfItemDelegateAssociatedPtrInfo delegate) override; |
- void RemoveItem(const mojo::String& id) override; |
+ void UnpinItem(const mojo::String& app_id) override; |
// mash::wm::mojom::UserWindowObserver: |
void OnUserWindowObserverAdded( |