| 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 5d26ea1fdf0a915b2caff10f889e5b832859d1dd..46156746383e71d9565dc36b53f633b520947a7e 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
|
| @@ -18,10 +18,7 @@
|
| ArcAppWindowLauncherItemController::ArcAppWindowLauncherItemController(
|
| const std::string& arc_app_id,
|
| ChromeLauncherController* controller)
|
| - : AppWindowLauncherItemController(TYPE_APP,
|
| - arc_app_id,
|
| - arc_app_id,
|
| - controller) {}
|
| + : AppWindowLauncherItemController(TYPE_APP, "", arc_app_id, controller) {}
|
|
|
| ArcAppWindowLauncherItemController::~ArcAppWindowLauncherItemController() {}
|
|
|
|
|