| Index: chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h
|
| index aac915b6e7075309c7f02d859f642e50bffda3bf..5a7271dc8c74e7dc1c82d42d091ae1773637f8d4 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/arc_playstore_shortcut_launcher_item_controller.h
|
| @@ -10,13 +10,12 @@
|
| #include "base/macros.h"
|
| #include "chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h"
|
|
|
| -class ArcAppLauncher;
|
| class ChromeLauncherController;
|
|
|
| class ArcPlaystoreShortcutLauncherItemController
|
| : public AppShortcutLauncherItemController {
|
| public:
|
| - ArcPlaystoreShortcutLauncherItemController(
|
| + explicit ArcPlaystoreShortcutLauncherItemController(
|
| ChromeLauncherController* controller);
|
| ~ArcPlaystoreShortcutLauncherItemController() override;
|
|
|
| @@ -27,8 +26,6 @@ class ArcPlaystoreShortcutLauncherItemController
|
| ash::ShelfLaunchSource source) override;
|
|
|
| private:
|
| - std::unique_ptr<ArcAppLauncher> playstore_launcher_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ArcPlaystoreShortcutLauncherItemController);
|
| };
|
|
|
|
|