| Index: ui/app_list/views/app_list_main_view.h
|
| diff --git a/ui/app_list/views/app_list_main_view.h b/ui/app_list/views/app_list_main_view.h
|
| index 7d06cab3469833a1b658475fbd69dddd16ea750c..937a5dd271615da87d90a0c8d0c8fc3b35fd8a24 100644
|
| --- a/ui/app_list/views/app_list_main_view.h
|
| +++ b/ui/app_list/views/app_list_main_view.h
|
| @@ -21,7 +21,6 @@
|
|
|
| class AppListItem;
|
| class AppListModel;
|
| -class AppListView;
|
| class AppListViewDelegate;
|
| class ApplicationDragAndDropHost;
|
| class ContentsView;
|
| @@ -36,7 +35,7 @@
|
| public SearchBoxViewDelegate,
|
| public SearchResultListViewDelegate {
|
| public:
|
| - AppListMainView(AppListViewDelegate* delegate, AppListView* app_list_view);
|
| + explicit AppListMainView(AppListViewDelegate* delegate);
|
| ~AppListMainView() override;
|
|
|
| void Init(gfx::NativeView parent,
|
| @@ -100,7 +99,6 @@
|
| // Created by AppListView. Owned by views hierarchy.
|
| SearchBoxView* search_box_view_;
|
| ContentsView* contents_view_; // Owned by views hierarchy.
|
| - AppListView* const app_list_view_; // Owned by views hierarchy.
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppListMainView);
|
| };
|
|
|