| Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| index e9b7012846475bd1b647c29440c74c48248931f7..72ecf33f3798b525853e8c7a48919d6b5ae21de2 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc
|
| @@ -127,8 +127,8 @@ void AppListControllerDelegateAsh::LaunchApp(
|
| AppListSource source,
|
| int event_flags) {
|
| ChromeLauncherController::instance()->LaunchApp(
|
| - ash::launcher::AppLauncherId(extension->id()),
|
| - AppListSourceToLaunchSource(source), event_flags);
|
| + ash::AppLauncherId(extension->id()), AppListSourceToLaunchSource(source),
|
| + event_flags);
|
| DismissView();
|
| }
|
|
|
|
|