| Index: trunk/src/ash/test/app_list_controller_test_api.h
|
| ===================================================================
|
| --- trunk/src/ash/test/app_list_controller_test_api.h (revision 230254)
|
| +++ trunk/src/ash/test/app_list_controller_test_api.h (working copy)
|
| @@ -9,7 +9,6 @@
|
|
|
| namespace app_list {
|
| class AppListView;
|
| -class AppsGridView;
|
| }
|
|
|
| namespace ash {
|
| @@ -25,9 +24,6 @@
|
| public:
|
| explicit AppListControllerTestApi(Shell* shell);
|
|
|
| - // Gets the root level apps grid view.
|
| - app_list::AppsGridView* GetRootGridView();
|
| -
|
| app_list::AppListView* view();
|
|
|
| private:
|
|
|