| 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..fca4b618bcd6eb5f80e6f825d0fba8ac1646fbcd 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_; // BrowserContextKeyedService, not owned.
|
|
|
| base::OneShotTimer<SearchController> stop_timer_;
|
|
|
|
|