| Index: ui/app_list/views/search_result_view.h
|
| diff --git a/ui/app_list/views/search_result_view.h b/ui/app_list/views/search_result_view.h
|
| index 7e04742f601d88c62031612a611bb73e58eedeee..bf2bb37612860769075ecd29b057c0706cf38856 100644
|
| --- a/ui/app_list/views/search_result_view.h
|
| +++ b/ui/app_list/views/search_result_view.h
|
| @@ -43,7 +43,7 @@ class SearchResultView : public views::CustomButton,
|
| // Internal class name.
|
| static const char kViewClassName[];
|
|
|
| - SearchResultView(SearchResultListView* list_view);
|
| + explicit SearchResultView(SearchResultListView* list_view);
|
| virtual ~SearchResultView();
|
|
|
| // Sets/gets SearchResult displayed by this view.
|
|
|