| Index: ui/app_list/views/search_result_container_view.cc
|
| diff --git a/ui/app_list/views/search_result_container_view.cc b/ui/app_list/views/search_result_container_view.cc
|
| index d51974f31153b50897781b3f612f8a2c7debdf69..b3aa3f26927d5e87de18ac92e9bdb09520febfed 100644
|
| --- a/ui/app_list/views/search_result_container_view.cc
|
| +++ b/ui/app_list/views/search_result_container_view.cc
|
| @@ -65,6 +65,10 @@ bool SearchResultContainerView::UpdateScheduled() {
|
| return update_factory_.HasWeakPtrs();
|
| }
|
|
|
| +const char* SearchResultContainerView::GetClassName() const {
|
| + return "SearchResultContainerView";
|
| +}
|
| +
|
| void SearchResultContainerView::ListItemsAdded(size_t start, size_t count) {
|
| ScheduleUpdate();
|
| }
|
|
|