| 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 ac1dc4f52ef8537e202ac7ad40dfce5f1075c3cc..58eb99b5d10b8037589551f9d1f34ca2447f8040 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
|
| @@ -65,8 +65,9 @@ AppListControllerDelegate* AppListServiceAsh::GetControllerDelegate() {
|
| return controller_delegate_.get();
|
| }
|
|
|
| -// Windows Ash additionally supports a native UI. See app_list_service_win.cc.
|
| -#if !defined(OS_WIN)
|
| +// Windows and Linux Ash additionally supports a native UI. See
|
| +// app_list_service_{win,linux}.cc.
|
| +#if defined(OS_CHROMEOS)
|
|
|
| // static
|
| AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
|
|
|