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