Chromium Code Reviews| Index: chrome/browser/ui/app_list/search/search_controller.h |
| diff --git a/chrome/browser/ui/app_list/search/search_controller.h b/chrome/browser/ui/app_list/search/search_controller.h |
| index 53acd2fb9ac954b90bdc502993c19b99bf88cbc7..0655f50939800898692b67dddf4dce4d8a599cd5 100644 |
| --- a/chrome/browser/ui/app_list/search/search_controller.h |
| +++ b/chrome/browser/ui/app_list/search/search_controller.h |
| @@ -17,6 +17,7 @@ class Profile; |
| namespace app_list { |
| +class History; |
| class SearchBoxModel; |
| class SearchProvider; |
| class SearchResult; |
| @@ -59,6 +60,7 @@ class SearchController { |
| bool dispatching_query_; |
| Providers providers_; |
| scoped_ptr<Mixer> mixer_; |
| + History* history_; // PKS, not owned. |
|
James Cook
2013/05/24 03:57:05
nit: spell out ProfileKeyedService
xiyuan
2013/05/24 16:33:02
Done.
|
| base::OneShotTimer<SearchController> stop_timer_; |