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

Unified Diff: chrome/browser/ui/ash/launcher/desktop_shell_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/desktop_shell_launcher_context_menu.cc
diff --git a/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.cc b/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.cc
index 5585c980aa5c45e5bbe601398cc7aeb68301cf2c..acd9e8661290919d07b4232a98970586cd88c2de 100644
--- a/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.cc
+++ b/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.cc
@@ -7,8 +7,8 @@
DesktopShellLauncherContextMenu::DesktopShellLauncherContextMenu(
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