| 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 b399496f5f73f0408557b542acaf19a48386c592..77101b855890737e0933791f700ecc41bd2a7ff6 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 ChromeLauncherControllerImpl;
|
| +class ChromeLauncherController;
|
|
|
| class Profile;
|
|
|
| @@ -33,7 +33,7 @@ class ArcAppWindowLauncherController : public AppWindowLauncherController,
|
| public ash::ShellObserver,
|
| public ArcAppListPrefs::Observer {
|
| public:
|
| - explicit ArcAppWindowLauncherController(ChromeLauncherControllerImpl* owner);
|
| + explicit ArcAppWindowLauncherController(ChromeLauncherController* owner);
|
| ~ArcAppWindowLauncherController() override;
|
|
|
| // Returns shelf app id. Play Store app is mapped to ARC platform host app.
|
|
|