| Index: ash/mus/window_manager.h
|
| diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
|
| index 35a7f89b03209dfb6de2786ab23e086c6a49a0d9..ab1c56051443c234b37b604d7d821d0d27186379 100644
|
| --- a/ash/mus/window_manager.h
|
| +++ b/ash/mus/window_manager.h
|
| @@ -7,8 +7,11 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <map>
|
| #include <memory>
|
| #include <set>
|
| +#include <string>
|
| +#include <vector>
|
|
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shell_delegate.h"
|
| @@ -234,9 +237,6 @@ class WindowManager : public aura::WindowManagerDelegate,
|
| // ShellDelegateMus is used.
|
| std::unique_ptr<ShellDelegate> shell_delegate_;
|
|
|
| - // See ShellPortMash's constructor for details. Tests may set to false.
|
| - bool create_session_state_delegate_stub_for_test_ = true;
|
| -
|
| // State that is only valid during a drag.
|
| struct DragState;
|
| std::unique_ptr<DragState> drag_state_;
|
|
|