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..7111a9e8a451e81fed3f2a7dce9e109acc376630 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() {} |