Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index e30da16f4d24e35e0abed47b86c3c3248e909c05..6676f29fabacfe309cbedc2d859fb5e4b6d4f5a9 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" |
@@ -111,7 +110,6 @@ class MagnificationController; |
class MaximizeModeController; |
class MaximizeModeWindowManager; |
class MouseCursorEventFilter; |
-class MruWindowTracker; |
class NewWindowDelegate; |
class OverlayEventFilter; |
class PartialMagnificationController; |
@@ -348,9 +346,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(); |
@@ -593,7 +588,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 |