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

Unified Diff: chrome/browser/ui/ash/launcher/arc_launcher_context_menu.h

Issue 2046843005: mash: Migrate shelf menus to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ash_shell_with_content Created 4 years, 6 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/arc_launcher_context_menu.h
diff --git a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.h b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.h
index 10c18a1275366f49f6896280e856d97db66c7a27..b6f45c435c1e59f8dad078bff76d55f40a751a13 100644
--- a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.h
+++ b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.h
@@ -11,8 +11,8 @@
class ChromeLauncherController;
namespace ash {
-class Shelf;
struct ShelfItem;
+class WmShelf;
}
// Class for context menu which is shown for Arc app in the shelf.
@@ -20,7 +20,7 @@ class ArcLauncherContextMenu : public LauncherContextMenu {
public:
ArcLauncherContextMenu(ChromeLauncherController* controller,
const ash::ShelfItem* item,
- ash::Shelf* shelf);
+ ash::WmShelf* wm_shelf);
~ArcLauncherContextMenu() override;
// ui::SimpleMenuModel::Delegate overrides:
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698