| Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| index 394bcb98e63fa946b70e49b359ea229873223f0f..9e14ec00082f261646221abbe8fa7405ab25b2f6 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| @@ -32,7 +32,7 @@ class AppShortcutLauncherItemController : public ash::ShelfItemDelegate {
|
| ~AppShortcutLauncherItemController() override;
|
|
|
| static std::unique_ptr<AppShortcutLauncherItemController> Create(
|
| - const ash::AppLaunchId& app_launch_id);
|
| + const ash::ShelfID& shelf_id);
|
|
|
| std::vector<content::WebContents*> GetRunningApplications();
|
|
|
| @@ -52,8 +52,7 @@ class AppShortcutLauncherItemController : public ash::ShelfItemDelegate {
|
| void set_refocus_url(const GURL& refocus_url) { refocus_url_ = refocus_url; }
|
|
|
| protected:
|
| - explicit AppShortcutLauncherItemController(
|
| - const ash::AppLaunchId& app_launch_id);
|
| + explicit AppShortcutLauncherItemController(const ash::ShelfID& shelf_id);
|
|
|
| private:
|
| // Get the last running application.
|
|
|