| Index: chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| index b5ce2a0fdc1f6e08ac9c7c89938405836761b756..0ae53fc2e43bfd37084a471104faa017bdd6b95a 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| @@ -144,7 +144,7 @@ void AppListServiceAsh::DestroyAppList() {
|
| #if defined(OS_CHROMEOS)
|
|
|
| // static
|
| -AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
|
| +AppListService* AppListService::Get(ui::HostDesktopType desktop_type) {
|
| return AppListServiceAsh::GetInstance();
|
| }
|
|
|
|
|