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

Unified Diff: chrome/browser/ui/app_list/search_builder.cc

Issue 11094019: Auto hide app list on Windows when it loses focus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/app_list/search_builder.cc
diff --git a/chrome/browser/ui/app_list/search_builder.cc b/chrome/browser/ui/app_list/search_builder.cc
index 3af03b508e34ec6f68ae7befe3aaf150c107c6f5..afa06478f22cf2859370ed259cf86f05e7b7d6d3 100644
--- a/chrome/browser/ui/app_list/search_builder.cc
+++ b/chrome/browser/ui/app_list/search_builder.cc
@@ -295,7 +295,7 @@ SearchBuilder::SearchBuilder(
Profile* profile,
app_list::SearchBoxModel* search_box,
app_list::AppListModel::SearchResults* results,
- AppListController* list_controller)
+ AppListControllerDelegate* list_controller)
: profile_(profile),
search_box_(search_box),
results_(results),

Powered by Google App Engine
This is Rietveld 408576698