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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_item_controller.h

Issue 2765563002: Move and rename Chrome's AppLauncherId to ash::AppLaunchId. (Closed)
Patch Set: Add example commment. Created 3 years, 9 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
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_controller_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/launcher/launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
index 944f40c3aff353980d170fbfd7baadbd18499feb..ead61fadb54ade788f4f971d80a96ee8303dd5d8 100644
--- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
@@ -20,7 +20,7 @@ using MenuItemList = std::vector<ash::mojom::MenuItemPtr>;
// LauncherItemController is used by ChromeLauncherController to track one
// or more windows associated with a shelf item.
-// TODO (khmel): Consider using ash::AppLauncherId instead of pair
+// TODO (khmel): Consider using ash::AppLaunchId instead of pair
// |app_id| and |launch_id|.
class LauncherItemController : public ash::mojom::ShelfItemDelegate {
public:
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_controller_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698