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

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

Issue 2839933005: mash: Merge ChromeLauncherController and *Impl subclass. (Closed)
Patch Set: Address comments. 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/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 6e99d91d36fad64e2523639c4c60736efd789907..5585c980aa5c45e5bbe601398cc7aeb68301cf2c 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
@@ -5,7 +5,7 @@
#include "chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h"
DesktopShellLauncherContextMenu::DesktopShellLauncherContextMenu(
- ChromeLauncherControllerImpl* controller,
+ ChromeLauncherController* controller,
const ash::ShelfItem* item,
ash::WmShelf* wm_shelf)
: LauncherContextMenu(controller, item, wm_shelf) {

Powered by Google App Engine
This is Rietveld 408576698