| 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 fa3e6894a4b77c6c89e976ce12ec065d1c7a91a3..7b020f6c756555773e9736f224157bf60cbc006e 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,7 +10,6 @@
|
| #include "base/macros.h"
|
| #include "chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h"
|
|
|
| -class ArcAppLauncher;
|
| class ChromeLauncherController;
|
|
|
| class ArcPlaystoreShortcutLauncherItemController
|
| @@ -27,8 +26,6 @@ class ArcPlaystoreShortcutLauncherItemController
|
| const ItemSelectedCallback& callback) override;
|
|
|
| private:
|
| - std::unique_ptr<ArcAppLauncher> playstore_launcher_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ArcPlaystoreShortcutLauncherItemController);
|
| };
|
|
|
|
|