| Index: trunk/src/ash/test/shell_test_api.h
|
| ===================================================================
|
| --- trunk/src/ash/test/shell_test_api.h (revision 221205)
|
| +++ trunk/src/ash/test/shell_test_api.h (working copy)
|
| @@ -19,7 +19,6 @@
|
| class LauncherModel;
|
|
|
| namespace internal {
|
| -class AppListController;
|
| class DragDropController;
|
| class RootWindowLayoutManager;
|
| class ScreenPositionController;
|
| @@ -42,7 +41,6 @@
|
| AshNativeCursorManager* ash_native_cursor_manager();
|
| LauncherModel* launcher_model();
|
| internal::DragDropController* drag_drop_controller();
|
| - internal::AppListController* app_list_controller();
|
|
|
| void DisableOutputConfiguratorAnimation();
|
|
|
|
|