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

Side by Side Diff: chrome/browser/ui/app_list/search_builder.h

Issue 10871011: Move common app_list delegate code to chrome/browser/ui/app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test file only in chrome Created 8 years, 3 months 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_ASH_APP_LIST_SEARCH_BUILDER_H_ 5 #ifndef CHROME_BROWSER_UI_APP_LIST_SEARCH_BUILDER_H_
6 #define CHROME_BROWSER_UI_ASH_APP_LIST_SEARCH_BUILDER_H_ 6 #define CHROME_BROWSER_UI_APP_LIST_SEARCH_BUILDER_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "chrome/browser/autocomplete/autocomplete_controller_delegate.h" 11 #include "chrome/browser/autocomplete/autocomplete_controller_delegate.h"
12 #include "ui/app_list/app_list_model.h" 12 #include "ui/app_list/app_list_model.h"
13 13
14 namespace app_list { 14 namespace app_list {
15 class SearchBoxModel; 15 class SearchBoxModel;
16 class SearchResult; 16 class SearchResult;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 // The controller of the app list. Owned by the app list delegate. 56 // The controller of the app list. Owned by the app list delegate.
57 AppListController* list_controller_; 57 AppListController* list_controller_;
58 58
59 // ExtensionAppProvider used for apps only mode. If apps only mode becomes the 59 // ExtensionAppProvider used for apps only mode. If apps only mode becomes the
60 // only mode, remove the AutocompleteController above. Otherwise, remove this. 60 // only mode, remove the AutocompleteController above. Otherwise, remove this.
61 scoped_refptr<ExtensionAppProvider> apps_provider_; 61 scoped_refptr<ExtensionAppProvider> apps_provider_;
62 62
63 DISALLOW_COPY_AND_ASSIGN(SearchBuilder); 63 DISALLOW_COPY_AND_ASSIGN(SearchBuilder);
64 }; 64 };
65 65
66 #endif // CHROME_BROWSER_UI_ASH_APP_LIST_SEARCH_BUILDER_H_ 66 #endif // CHROME_BROWSER_UI_APP_LIST_SEARCH_BUILDER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/extension_app_item.cc ('k') | chrome/browser/ui/app_list/search_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698