Chromium Code Reviews| Index: ui/app_list/views/contents_view.h |
| diff --git a/ui/app_list/views/contents_view.h b/ui/app_list/views/contents_view.h |
| index 270f0eab2653ec45980f83e57f1733578e855681..0619fe9cc714fe7415a4e72c3dcfb6439a18816c 100644 |
| --- a/ui/app_list/views/contents_view.h |
| +++ b/ui/app_list/views/contents_view.h |
| @@ -45,7 +45,6 @@ class APP_LIST_EXPORT ContentsView : public views::View { |
| }; |
| ContentsView(AppListMainView* app_list_main_view, |
| - PaginationModel* pagination_model, |
| AppListModel* model, |
| AppListViewDelegate* view_delegate); |
| virtual ~ContentsView(); |
| @@ -89,7 +88,7 @@ class APP_LIST_EXPORT ContentsView : public views::View { |
| virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE; |
| ShowState show_state_; |
| - PaginationModel* pagination_model_; // Owned by AppListController. |
| + PaginationModel* pagination_model_; // Owned by AppListGridView. |
|
xiyuan
2014/05/30 15:47:47
AppListGridView -> AppsGridView
Matt Giuca
2014/06/02 07:11:23
Done.
|
| AppsContainerView* apps_container_view_; // Owned by the views hierarchy. |
| StartPageView* start_page_view_; // Owned by the views hierarchy. |