| 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..42ab2089d1bd95a4f8ca7f54c7a1c9d1b4b63429 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
|
| @@ -36,6 +36,9 @@ class AppListServiceAsh : public AppListServiceImpl {
|
| virtual Profile* GetCurrentAppListProfile() OVERRIDE;
|
| virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
|
|
|
| + // ApplistServiceImpl overrides:
|
| + virtual void DestroyAppList() OVERRIDE;
|
| +
|
| scoped_ptr<AppListControllerDelegateAsh> controller_delegate_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppListServiceAsh);
|
|
|