| Index: chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h
|
| diff --git a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h
|
| index af935ed4ac0fc18412f465f3961b1826b1c37150..8f6ea44ef8427f28afcbb92505ce325edff4fb86 100644
|
| --- a/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h
|
| +++ b/chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.h
|
| @@ -11,6 +11,7 @@
|
| #include "ui/app_list/search_provider.h"
|
|
|
| class AppListControllerDelegate;
|
| +class FaviconService;
|
| class Profile;
|
|
|
| namespace suggestions {
|
| @@ -37,6 +38,7 @@ class SuggestionsSearchProvider : public SearchProvider {
|
|
|
| Profile* profile_;
|
| AppListControllerDelegate* list_controller_;
|
| + FaviconService* favicon_service_;
|
| suggestions::SuggestionsService* suggestions_service_;
|
|
|
| // For callbacks may be run after destruction.
|
|
|