| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 8aed464df31f2ceabfcf3586b011ddf0b009a971..80fde419eb50bd1d90aae136d7fc501218e21dd9 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -11,7 +11,6 @@
|
|
|
| #include "ash/ash_export.h"
|
| #include "ash/common/shelf/shelf_types.h"
|
| -#include "ash/common/wm_shell_common.h"
|
| #include "ash/metrics/user_metrics_recorder.h"
|
| #include "ash/wm/cursor_manager_chromeos.h"
|
| #include "ash/wm/system_modal_container_event_filter_delegate.h"
|
| @@ -112,7 +111,6 @@ class MaximizeModeController;
|
| class MaximizeModeWindowManager;
|
| class MediaDelegate;
|
| class MouseCursorEventFilter;
|
| -class MruWindowTracker;
|
| class NewWindowDelegate;
|
| class OverlayEventFilter;
|
| class PartialMagnificationController;
|
| @@ -349,9 +347,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| LockStateController* lock_state_controller() {
|
| return lock_state_controller_.get();
|
| }
|
| - MruWindowTracker* mru_window_tracker() {
|
| - return wm_shell_common_->mru_window_tracker();
|
| - }
|
| VideoDetector* video_detector() { return video_detector_.get(); }
|
| WindowCycleController* window_cycle_controller() {
|
| return window_cycle_controller_.get();
|
| @@ -596,7 +591,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
|
|
| std::unique_ptr<ScopedOverviewAnimationSettingsFactoryAura>
|
| scoped_overview_animation_settings_factory_;
|
| - std::unique_ptr<WmShellCommon> wm_shell_common_;
|
| std::unique_ptr<WmShellAura> wm_shell_;
|
|
|
| // When no explicit target display/RootWindow is given, new windows are
|
|
|