| Index: chrome/browser/ui/app_list/app_list_service_selector.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_selector.cc b/chrome/browser/ui/app_list/app_list_service_selector.cc
|
| index 60dc94ef08ce73d70acf3b8cb7feb4834a57ac7b..764679097b7eb5f8ff8e9903c5fa096ade388fe7 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_selector.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_selector.cc
|
| @@ -34,7 +34,7 @@ AppListService* AppListService::Get() {
|
| return chrome::GetAppListServiceWin();
|
| #elif defined(OS_MACOSX)
|
| return chrome::GetAppListServiceMac();
|
| -#elif defined(OS_CHROMEOS)
|
| +#elif defined(USE_ASH)
|
| return chrome::GetAppListServiceAsh();
|
| #else
|
| #error "ENABLE_APP_LIST defined, but no AppListService available"
|
|
|