| Index: chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.h b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| index 8a80f53c8824b8398ccea8cf387884f749ed104d..745e88b9d30da63e64954bcf7acefcbb7b1fe6f4 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| @@ -33,6 +33,7 @@ class AppListServiceAsh : public AppListServiceImpl {
|
| virtual void EnableAppList(Profile* initial_profile,
|
| AppListEnableSource enable_source) OVERRIDE;
|
| virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
|
| + virtual app_list::AppListView* GetAppListView() OVERRIDE;
|
| virtual Profile* GetCurrentAppListProfile() OVERRIDE;
|
| virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
|
|
|
|
|