| Index: ash/aura/wm_shell_aura.h
|
| diff --git a/ash/aura/wm_shell_aura.h b/ash/aura/wm_shell_aura.h
|
| index 9feac7ac86baacc96a8737d356b7838471c3e207..cb5f0a197d945ea8987e711b615a30c1c947e442 100644
|
| --- a/ash/aura/wm_shell_aura.h
|
| +++ b/ash/aura/wm_shell_aura.h
|
| @@ -8,7 +8,6 @@
|
| #include <memory>
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/aura/wm_lookup_aura.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/display/window_tree_host_manager.h"
|
| #include "base/macros.h"
|
| @@ -93,7 +92,6 @@ class ASH_EXPORT WmShellAura : public WmShell,
|
| void OnDisplayConfigurationChanging() override;
|
| void OnDisplayConfigurationChanged() override;
|
|
|
| - WmLookupAura wm_lookup_;
|
| std::unique_ptr<PointerWatcherAdapter> pointer_watcher_adapter_;
|
|
|
| bool added_display_observer_ = false;
|
|
|