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

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

Issue 2899253002: chromeos: Rename ash::WmShelf to Shelf (Closed)
Patch Set: rebase Created 3 years, 7 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 76ea2b6051ba1737f078c2fd0550269bd37c1c72..41a44be8c2b6cade941c846faaf25d991cd3d728 100644
--- a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
+++ b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.cc
@@ -15,8 +15,8 @@
ArcLauncherContextMenu::ArcLauncherContextMenu(
ChromeLauncherController* controller,
const ash::ShelfItem* item,
- ash::WmShelf* wm_shelf)
- : LauncherContextMenu(controller, item, wm_shelf) {
+ ash::Shelf* shelf)
+ : LauncherContextMenu(controller, item, shelf) {
Init();
}

Powered by Google App Engine
This is Rietveld 408576698