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

Unified Diff: chrome/browser/ui/ash/launcher/arc_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/arc_launcher_context_menu.h
diff --git a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.h b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.h
index 15ac9759fa79bf7d96de7607cb024dde4706bc3b..a06ce5c256404e3e726aac6b0988eddc1d5a91d1 100644
--- a/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.h
+++ b/chrome/browser/ui/ash/launcher/arc_launcher_context_menu.h
@@ -16,7 +16,7 @@ class WmShelf;
// Class for context menu which is shown for ARC app in the shelf.
class ArcLauncherContextMenu : public LauncherContextMenu {
public:
- ArcLauncherContextMenu(ChromeLauncherControllerImpl* controller,
+ ArcLauncherContextMenu(ChromeLauncherController* controller,
const ash::ShelfItem* item,
ash::WmShelf* wm_shelf);
~ArcLauncherContextMenu() override;

Powered by Google App Engine
This is Rietveld 408576698