| Index: ash/test/shell_test_api.h
|
| diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
|
| index 54c8684b6688f88e56253097612fd4330c0f941a..56bc96f2c55b0c8c620361b8466a395d3e1b0161 100644
|
| --- a/ash/test/shell_test_api.h
|
| +++ b/ash/test/shell_test_api.h
|
| @@ -8,7 +8,7 @@
|
| #include "base/macros.h"
|
|
|
| namespace app_list {
|
| -class AppListShower;
|
| +class AppListPresenter;
|
| }
|
|
|
| namespace ash {
|
| @@ -38,7 +38,7 @@ public:
|
| AshNativeCursorManager* ash_native_cursor_manager();
|
| ShelfModel* shelf_model();
|
| DragDropController* drag_drop_controller();
|
| - app_list::AppListShower* app_list_shower();
|
| + app_list::AppListPresenter* app_list_presenter();
|
| MaximizeModeWindowManager* maximize_mode_window_manager();
|
| void DisableDisplayAnimator();
|
|
|
|
|