| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| index 31d6d6fc0fae596255cde9e3961d10d3748086dc..0627be8ef31135465596a3a09d333e8f3bcb5c11 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
|
| @@ -155,7 +155,7 @@ class ChromeLauncherControllerImpl
|
| // Creates a new app shortcut item and controller on the shelf at |index|.
|
| // Use kInsertItemAtEnd to add a shortcut as the last item.
|
| ash::ShelfID CreateAppShortcutLauncherItem(
|
| - const ash::AppLauncherId& app_launcher_id,
|
| + const ash::AppLaunchId& app_launch_id,
|
| int index);
|
|
|
| private:
|
| @@ -177,7 +177,7 @@ class ChromeLauncherControllerImpl
|
| // Creates a new app shortcut item and controller on the shelf at |index|.
|
| // Use kInsertItemAtEnd to add a shortcut as the last item.
|
| ash::ShelfID CreateAppShortcutLauncherItemWithType(
|
| - const ash::AppLauncherId& app_launcher_id,
|
| + const ash::AppLaunchId& app_launch_id,
|
| int index,
|
| ash::ShelfItemType shelf_item_type);
|
|
|
|
|