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

Unified Diff: chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.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/launcher_context_menu_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc b/chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc
index 2d95133cd391663ac0c5edb51fccca22c99409bb..05042a66f5fc13227b73588d386406a477bb9ebb 100644
--- a/chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc
@@ -90,7 +90,7 @@ class LauncherContextMenuTest : public ash::test::AshTestBase {
ash::ShelfItemType shelf_item_type,
ash::WmShelf* wm_shelf) {
ash::ShelfItem item;
- item.id = 123; // dummy id
+ item.id = ash::ShelfID("dummy id");
item.type = shelf_item_type;
return LauncherContextMenu::Create(controller(), &item, wm_shelf);
}
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_context_menu.cc ('k') | chrome/browser/ui/ash/launcher/launcher_controller_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698