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

Unified Diff: ash/test/shell_test_api.h

Issue 2183483002: Clean up ash::ShellTestApi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/shelf/shelf_window_watcher_unittest.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 49159340b9d52c15b18a47004413362011b27c84..236258be2eb7f6e536b58dadf77ab8bf8be2762b 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -7,18 +7,12 @@
#include "base/macros.h"
-namespace app_list {
-class AppListPresenter;
-}
-
namespace ash {
class AshNativeCursorManager;
class DragDropController;
class MaximizeModeWindowManager;
class SessionStateDelegate;
class ScreenPositionController;
-class ShelfDelegate;
-class ShelfModel;
class Shell;
class SystemGestureEventFilter;
class WorkspaceController;
@@ -34,9 +28,7 @@ class ShellTestApi {
WorkspaceController* workspace_controller();
ScreenPositionController* screen_position_controller();
AshNativeCursorManager* ash_native_cursor_manager();
- ShelfModel* shelf_model();
DragDropController* drag_drop_controller();
- app_list::AppListPresenter* app_list_presenter();
MaximizeModeWindowManager* maximize_mode_window_manager();
void DisableDisplayAnimator();
« no previous file with comments | « ash/shelf/shelf_window_watcher_unittest.cc ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698