Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1782)

Unified Diff: ash/test/shell_test_api.h

Issue 1861013004: AppListController refactoring part 3: Switching over to use AppListShower in Ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus_chrome_delegates_ash_impl
Patch Set: Rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/test/app_list_controller_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shell_test_api.h
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index b144f0b0a0883737f18c0e86ec900b8bd85b7e6f..54c8684b6688f88e56253097612fd4330c0f941a 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -7,8 +7,11 @@
#include "base/macros.h"
+namespace app_list {
+class AppListShower;
+}
+
namespace ash {
-class AppListController;
class AshNativeCursorManager;
class DragDropController;
class MaximizeModeWindowManager;
@@ -35,7 +38,7 @@ public:
AshNativeCursorManager* ash_native_cursor_manager();
ShelfModel* shelf_model();
DragDropController* drag_drop_controller();
- AppListController* app_list_controller();
+ app_list::AppListShower* app_list_shower();
MaximizeModeWindowManager* maximize_mode_window_manager();
void DisableDisplayAnimator();
« no previous file with comments | « ash/test/app_list_controller_test_api.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698