Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4438)

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc

Issue 2860503002: mash: Replace int ShelfIDs with AppLaunchID strings. (Closed)
Patch Set: Fix struct traits typo. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698