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

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

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.h
diff --git a/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h b/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h
index 14f708d4f06aa7665baf33864ead5f089c607b28..347a589b80e75e89e30d49a5d54506c34d38ac50 100644
--- a/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h
+++ b/chrome/browser/ui/ash/launcher/desktop_shell_launcher_context_menu.h
@@ -8,7 +8,7 @@
#include "base/macros.h"
#include "chrome/browser/ui/ash/launcher/launcher_context_menu.h"
-class ChromeLauncherControllerImpl;
+class ChromeLauncherController;
namespace ash {
struct ShelfItem;
@@ -18,7 +18,7 @@ class WmShelf;
// Class for context menu which is shown when right click on desktop shell.
class DesktopShellLauncherContextMenu : public LauncherContextMenu {
public:
- DesktopShellLauncherContextMenu(ChromeLauncherControllerImpl* controller,
+ DesktopShellLauncherContextMenu(ChromeLauncherController* controller,
const ash::ShelfItem* item,
ash::WmShelf* shelf);
~DesktopShellLauncherContextMenu() override;

Powered by Google App Engine
This is Rietveld 408576698