| Index: ui/app_list/views/app_list_main_view.h
|
| diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
|
| index 5e51775670a587e45b910802fb7b427370d4735a..fb955b4d1b2ce3e6021ba48479e2dfb37ac32a12 100644
|
| --- a/ui/app_list/views/app_list_main_view.h
|
| +++ b/ui/app_list/views/app_list_main_view.h
|
| @@ -77,6 +77,7 @@ class APP_LIST_EXPORT AppListMainView : public views::View,
|
| void UpdateCustomLauncherPageVisibility();
|
|
|
| // Overridden from AppListModelObserver:
|
| + void OnSingleItemFolderWillBeDeleted() override;
|
| void OnCustomLauncherPageEnabledStateChanged(bool enabled) override;
|
| void OnSearchEngineIsGoogleChanged(bool is_google) override;
|
|
|
|
|