| Index: ui/app_list/views/apps_grid_view.h
|
| diff --git a/ui/app_list/views/apps_grid_view.h b/ui/app_list/views/apps_grid_view.h
|
| index c6c9efa6f800626ace779214e5aa5590cacb5a5d..53e634197718e3fcfad47822b95919ed3313ce63 100644
|
| --- a/ui/app_list/views/apps_grid_view.h
|
| +++ b/ui/app_list/views/apps_grid_view.h
|
| @@ -210,6 +210,8 @@ class APP_LIST_EXPORT AppsGridView : public views::View,
|
| return activated_folder_item_view_;
|
| }
|
|
|
| + const AppListModel* model() const { return model_; }
|
| +
|
| private:
|
| friend class test::AppsGridViewTestApi;
|
|
|
|
|