Chromium Code Reviews| Index: ui/app_list/views/app_list_page.h |
| diff --git a/ui/app_list/views/app_list_page.h b/ui/app_list/views/app_list_page.h |
| index d64b6153b8980e054d2597139988f09e6d73e2df..32b9940768e44e237eb3f66250ed85a3630780cb 100644 |
| --- a/ui/app_list/views/app_list_page.h |
| +++ b/ui/app_list/views/app_list_page.h |
| @@ -68,9 +68,9 @@ class APP_LIST_EXPORT AppListPage : public views::View { |
| // below the search box. |
| gfx::Rect GetDefaultContentsBounds() const; |
| - private: |
| ContentsView* contents_view_; |
|
vadimt
2017/07/11 23:32:56
Please replace making protected with an accessor,
newcomer
2017/07/12 16:56:00
Done.
|
| + private: |
| DISALLOW_COPY_AND_ASSIGN(AppListPage); |
| }; |