| Index: ash/test/shell_test_api.h
|
| diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
|
| index 56bc96f2c55b0c8c620361b8466a395d3e1b0161..09cb4065ca81464525146a5e8d8974c6bb3ba865 100644
|
| --- a/ash/test/shell_test_api.h
|
| +++ b/ash/test/shell_test_api.h
|
| @@ -15,7 +15,6 @@ namespace ash {
|
| class AshNativeCursorManager;
|
| class DragDropController;
|
| class MaximizeModeWindowManager;
|
| -class RootWindowLayoutManager;
|
| class SessionStateDelegate;
|
| class ScreenPositionController;
|
| class ShelfDelegate;
|
| @@ -31,7 +30,6 @@ class ShellTestApi {
|
| public:
|
| explicit ShellTestApi(Shell* shell);
|
|
|
| - RootWindowLayoutManager* root_window_layout();
|
| SystemGestureEventFilter* system_gesture_event_filter();
|
| WorkspaceController* workspace_controller();
|
| ScreenPositionController* screen_position_controller();
|
|
|