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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_context_menu.cc

Issue 2791803002: mash: Move LauncherItemController to ash, rename ShelfItemDelegate. (Closed)
Patch Set: Sync and rebase. 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: chrome/browser/ui/ash/launcher/launcher_context_menu.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
index 4ddb2a73b5fe964feabc8aebed974b401407bb9a..1b47649a49d4a96617077fc18a930d0250ec2b71 100644
--- a/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_context_menu.cc
@@ -115,7 +115,7 @@ void LauncherContextMenu::ExecuteCommand(int command_id, int event_flags) {
break;
case MENU_CLOSE:
if (item_.type == ash::TYPE_DIALOG) {
- ash::mojom::ShelfItemDelegate* item_delegate =
+ ash::ShelfItemDelegate* item_delegate =
ash::Shell::Get()->shelf_model()->GetShelfItemDelegate(item_.id);
DCHECK(item_delegate);
item_delegate->Close();

Powered by Google App Engine
This is Rietveld 408576698