| Index: ui/app_list/search_controller.h
|
| diff --git a/ui/app_list/search_controller.h b/ui/app_list/search_controller.h
|
| index 8df0d615a5195106459d735957f8d4d98fcba9bc..47ea47689fe89cd6233b0507a928f2f05c4e2c5d 100644
|
| --- a/ui/app_list/search_controller.h
|
| +++ b/ui/app_list/search_controller.h
|
| @@ -52,7 +52,7 @@ class APP_LIST_EXPORT SearchController {
|
| typedef ScopedVector<SearchProvider> Providers;
|
|
|
| // Invoked when the search results are changed.
|
| - void OnResultsChanged();
|
| + void OnResultsChanged(bool is_empty_query);
|
|
|
| SearchBoxModel* search_box_;
|
|
|
|
|