| Index: ash/aura/wm_shell_aura.h
|
| diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
|
| index 34a15a1d928e8cc73c469a257ae68b54c5186770..4a1835462dc27a385a4cfd35bb7aa6a30d29cb4e 100644
|
| --- a/ash/aura/wm_shell_aura.h
|
| +++ b/ash/aura/wm_shell_aura.h
|
| @@ -5,8 +5,6 @@
|
| #ifndef ASH_AURA_WM_SHELL_AURA_H_
|
| #define ASH_AURA_WM_SHELL_AURA_H_
|
|
|
| -#include <set>
|
| -
|
| #include "ash/ash_export.h"
|
| #include "ash/aura/wm_lookup_aura.h"
|
| #include "ash/common/wm_shell.h"
|
| @@ -35,8 +33,6 @@ class ASH_EXPORT WmShellAura : public WmShell,
|
| WmWindow* GetPrimaryRootWindow() override;
|
| WmWindow* GetRootWindowForDisplayId(int64_t display_id) override;
|
| WmWindow* GetRootWindowForNewWindows() override;
|
| - std::vector<WmWindow*> GetMruWindowList() override;
|
| - std::vector<WmWindow*> GetMruWindowListIgnoreModals() override;
|
| bool IsForceMaximizeOnFirstRun() override;
|
| bool CanShowWindowForUser(WmWindow* window) override;
|
| void LockCursor() override;
|
|
|