| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| index 5aa42d462636ab2950b29ea18e54a650d20e8e9b..94c31e4e1ab62a4ae3b7406cc1edc438705c181b 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
|
| @@ -137,7 +137,7 @@ class ChromeLauncherController : public ash::mojom::ShelfObserver,
|
|
|
| // Opens a new instance of the application identified by the AppLauncherId.
|
| // Used by the app-list, and by pinned-app shelf items.
|
| - void LaunchApp(ash::launcher::AppLauncherId id,
|
| + void LaunchApp(ash::AppLauncherId id,
|
| ash::LaunchSource source,
|
| int event_flags);
|
|
|
|
|