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

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

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.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
index d1c5b481a2439524e4b8fcb187a0b9c5ba3242cf..b6138b88d42a760e5917f3ff3582df70a063d7b5 100644
--- a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
+++ b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
@@ -11,8 +11,8 @@
ArcLauncherContextMenu::ArcLauncherContextMenu(
ChromeLauncherController* controller,
const ash::ShelfItem* item,
- ash::Shelf* shelf)
- : LauncherContextMenu(controller, item, shelf) {
+ ash::WmShelf* wm_shelf)
+ : LauncherContextMenu(controller, item, wm_shelf) {
Init();
}

Powered by Google App Engine
This is Rietveld 408576698