| Index: ash/wm/aura/wm_globals_aura.h
|
| diff --git a/ash/wm/aura/wm_globals_aura.h b/ash/wm/aura/wm_globals_aura.h
|
| index 9835b8d16f6994634ca7b4bd657df4d6fd5dc648..9a0df56304f5e2a4a162cd2f09887670548bd28f 100644
|
| --- a/ash/wm/aura/wm_globals_aura.h
|
| +++ b/ash/wm/aura/wm_globals_aura.h
|
| @@ -10,6 +10,7 @@
|
| #include "ash/ash_export.h"
|
| #include "ash/display/window_tree_host_manager.h"
|
| #include "ash/shell_observer.h"
|
| +#include "ash/wm/aura/wm_lookup_aura.h"
|
| #include "ash/wm/common/wm_globals.h"
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| @@ -64,6 +65,7 @@ class ASH_EXPORT WmGlobalsAura : public WmGlobals,
|
| // ShellObserver:
|
| void OnOverviewModeEnded() override;
|
|
|
| + WmLookupAura wm_lookup_;
|
| bool added_activation_observer_ = false;
|
| base::ObserverList<WmActivationObserver> activation_observers_;
|
|
|
|
|