| Index: chrome/browser/ui/ash/launcher/launcher_controller_helper.h
|
| diff --git a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
|
| index 53f40f28201ee28f41b8179c383e35c1d8fbe22e..cf9b74eeec4e51b7911e2be3156073711d2c2200 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_controller_helper.h
|
| @@ -8,10 +8,10 @@
|
| #include <memory>
|
| #include <string>
|
|
|
| +#include "ash/public/cpp/app_launch_id.h"
|
| #include "ash/public/cpp/shelf_types.h"
|
| #include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| -#include "chrome/browser/ui/ash/app_launcher_id.h"
|
| #include "chrome/browser/ui/extensions/extension_enable_flow_delegate.h"
|
|
|
| class ArcAppListPrefs;
|
| @@ -42,7 +42,7 @@ class LauncherControllerHelper : public ExtensionEnableFlowDelegate {
|
| // Note that already running applications are ignored by the restore process.
|
| virtual bool IsValidIDForCurrentUser(const std::string& id) const;
|
|
|
| - void LaunchApp(ash::AppLauncherId id,
|
| + void LaunchApp(ash::AppLaunchId id,
|
| ash::ShelfLaunchSource source,
|
| int event_flags);
|
|
|
|
|