Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Side by Side Diff: chrome/browser/ui/app_list/search/search_controller_factory.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_APP_LIST_SEARCH_SEARCH_CONTROLLER_FACTORY_H_ 5 #ifndef CHROME_BROWSER_UI_APP_LIST_SEARCH_SEARCH_CONTROLLER_FACTORY_H_
6 #define CHROME_BROWSER_UI_APP_LIST_SEARCH_SEARCH_CONTROLLER_FACTORY_H_ 6 #define CHROME_BROWSER_UI_APP_LIST_SEARCH_SEARCH_CONTROLLER_FACTORY_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "ui/app_list/app_list_model.h" 10 #include "ui/app_list/app_list_model.h"
11 11
12 class AppListControllerDelegate; 12 class AppListControllerDelegate;
13 class Profile; 13 class Profile;
14 14
15 namespace app_list { 15 namespace app_list {
16 16
17 class SearchBoxModel;
18 class SearchController; 17 class SearchController;
19 18
20 // Build a SearchController instance with the profile. 19 // Build a SearchController instance with the profile.
21 std::unique_ptr<SearchController> CreateSearchController( 20 std::unique_ptr<SearchController> CreateSearchController(
22 Profile* profile, 21 Profile* profile,
23 AppListModel* model, 22 AppListModel* model,
24 AppListControllerDelegate* list_controller); 23 AppListControllerDelegate* list_controller);
25 24
26 } // namespace app_list 25 } // namespace app_list
27 26
28 #endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_SEARCH_CONTROLLER_FACTORY_H_ 27 #endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_SEARCH_CONTROLLER_FACTORY_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/search/app_search_provider.h ('k') | chrome/browser/ui/app_list/speech_recognizer_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698