| Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| index 88779bdef5dee4e1250d36f551e5b1e8824cada3..c1f805c54122433ecc5f94a3146f57be4fc648a0 100644
|
| --- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
|
| @@ -547,7 +547,7 @@ ArcAppWindowLauncherController::AttachControllerToTask(
|
|
|
| std::unique_ptr<ArcAppWindowLauncherItemController> controller =
|
| base::MakeUnique<ArcAppWindowLauncherItemController>(
|
| - app_shelf_id.ToString(), owner());
|
| + app_shelf_id.ToString());
|
| ArcAppWindowLauncherItemController* item_controller = controller.get();
|
| const ash::ShelfID shelf_id(app_shelf_id.ToString());
|
| if (!owner()->GetItem(shelf_id)) {
|
|
|