| Index: ui/views/mus/window_manager_connection.h
|
| diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
|
| index 622016401ccd2dbb5a09f9244dfaa81c2df5eb09..8af483995bc59e654251fad27dcacf324440b9fa 100644
|
| --- a/ui/views/mus/window_manager_connection.h
|
| +++ b/ui/views/mus/window_manager_connection.h
|
| @@ -7,7 +7,10 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <map>
|
| #include <memory>
|
| +#include <string>
|
| +#include <vector>
|
|
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| @@ -88,7 +91,6 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
|
| std::unique_ptr<mus::WindowTreeClient> client_;
|
| // Must be empty on destruction.
|
| base::ObserverList<PointerWatcher, true> pointer_watchers_;
|
| - bool created_device_data_manager_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowManagerConnection);
|
| };
|
|
|