Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3357)

Unified Diff: ash/common/shelf/shelf_view.h

Issue 2791803002: mash: Move LauncherItemController to ash, rename ShelfItemDelegate. (Closed)
Patch Set: Move shelf_item_delegate to ash/public/cpp, cleanup. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/common/shelf/shelf_view.h
diff --git a/ash/common/shelf/shelf_view.h b/ash/common/shelf/shelf_view.h
index a96c691d849619dd67aa77a1477324d8203050ba..6115d39cb2e5b3a2465c7abe31aa75dcc6d7ea4b 100644
--- a/ash/common/shelf/shelf_view.h
+++ b/ash/common/shelf/shelf_view.h
@@ -289,7 +289,7 @@ class ASH_EXPORT ShelfView : public views::View,
void ShelfItemRemoved(int model_index, const ShelfItem& old_item) override;
void ShelfItemChanged(int model_index, const ShelfItem& old_item) override;
void ShelfItemMoved(int start_index, int target_index) override;
- void OnSetShelfItemDelegate(ShelfID, mojom::ShelfItemDelegate*) override;
+ void OnSetShelfItemDelegate(ShelfID, ShelfItemDelegate*) override;
// Handles the result of an item selection, records the |action| taken and
// optionally shows an application menu with the given |menu_items|.

Powered by Google App Engine
This is Rietveld 408576698