| Index: chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_disabled.cc b/chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| index cdb4f4ed6b55ae47a9ebf469dc7138d8ee1fb25e..c9dd4d5527efbb3468f709d20e722889983b0454 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_disabled.cc
|
| @@ -59,7 +59,7 @@ class AppListServiceDisabled : public AppListService {
|
| } // namespace
|
|
|
| // static
|
| -AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
|
| +AppListService* AppListService::Get(ui::HostDesktopType desktop_type) {
|
| return AppListServiceDisabled::GetInstance();
|
| }
|
|
|
|
|