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

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

Issue 2835063003: mash: Use ChromeLauncherControllerImpl, remove Mus subclass stub. (Closed)
Patch Set: Add comment and separate mash-only members. 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_app_window_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
index 77101b855890737e0933791f700ecc41bd2a7ff6..b399496f5f73f0408557b542acaf19a48386c592 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.h
@@ -23,7 +23,7 @@ class Window;
}
class ArcAppWindowLauncherItemController;
-class ChromeLauncherController;
+class ChromeLauncherControllerImpl;
class Profile;
@@ -33,7 +33,7 @@ class ArcAppWindowLauncherController : public AppWindowLauncherController,
public ash::ShellObserver,
public ArcAppListPrefs::Observer {
public:
- explicit ArcAppWindowLauncherController(ChromeLauncherController* owner);
+ explicit ArcAppWindowLauncherController(ChromeLauncherControllerImpl* owner);
~ArcAppWindowLauncherController() override;
// Returns shelf app id. Play Store app is mapped to ARC platform host app.

Powered by Google App Engine
This is Rietveld 408576698