| 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 abbf06231177e11fa94754a6d9159371133be81a..9c109cb38abcd62ae49b18eed44507c284c82438 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
|
| @@ -548,7 +548,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)) {
|
|
|