| Index: chrome/browser/ui/app_list/app_list_service.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
|
| index 99fbd65c2898852bd407eefc5e2a47f32992500d..8ac42843e39124bfbb0276cbbce1215ca7b180a0 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service.h
|
| @@ -51,7 +51,7 @@ class AppListService {
|
|
|
| // Get the AppListService for the current platform and specified
|
| // |desktop_type|.
|
| - static AppListService* Get(chrome::HostDesktopType desktop_type);
|
| + static AppListService* Get(ui::HostDesktopType desktop_type);
|
|
|
| // Call Init for all AppListService instances on this platform.
|
| static void InitAll(Profile* initial_profile,
|
|
|