| Index: trunk/src/chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/ash/app_list/app_list_service_ash.cc (revision 270237)
|
| +++ trunk/src/chrome/browser/ui/ash/app_list/app_list_service_ash.cc (working copy)
|
| @@ -65,9 +65,8 @@
|
| return controller_delegate_.get();
|
| }
|
|
|
| -// Windows and Linux Ash additionally supports a native UI. See
|
| -// app_list_service_{win,linux}.cc.
|
| -#if defined(OS_CHROMEOS)
|
| +// Windows Ash additionally supports a native UI. See app_list_service_win.cc.
|
| +#if !defined(OS_WIN)
|
|
|
| // static
|
| AppListService* AppListService::Get(chrome::HostDesktopType desktop_type) {
|
|
|