| Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| index 3bffc110d7e453337abb98a6a2577b4c719f2d6a..84e495a5b1b5e9c7b37848f49ab4bc89513a1818 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc
|
| @@ -17,7 +17,7 @@
|
|
|
| ArcAppWindowLauncherItemController::ArcAppWindowLauncherItemController(
|
| const std::string& arc_app_id)
|
| - : AppWindowLauncherItemController(ash::AppLaunchId(arc_app_id)) {}
|
| + : AppWindowLauncherItemController(ash::ShelfID(arc_app_id)) {}
|
|
|
| ArcAppWindowLauncherItemController::~ArcAppWindowLauncherItemController() {}
|
|
|
|
|