| Index: services/ui/ws/window_server.h
|
| diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h
|
| index ad2862c300ae0c525953d812d3a1adbcd7f20c4c..41780262b021ec9420f101d0662608ed169f069b 100644
|
| --- a/services/ui/ws/window_server.h
|
| +++ b/services/ui/ws/window_server.h
|
| @@ -31,6 +31,10 @@
|
| #include "services/ui/ws/user_id_tracker_observer.h"
|
| #include "services/ui/ws/window_manager_window_tree_factory_set.h"
|
|
|
| +namespace shell {
|
| +class Connector;
|
| +}
|
| +
|
| namespace ui {
|
| namespace ws {
|
|
|
| @@ -52,7 +56,8 @@ class WindowServer : public ServerWindowDelegate,
|
| public UserDisplayManagerDelegate,
|
| public UserIdTrackerObserver {
|
| public:
|
| - explicit WindowServer(WindowServerDelegate* delegate);
|
| + explicit WindowServer(WindowServerDelegate* delegate,
|
| + shell::Connector* connector);
|
| ~WindowServer() override;
|
|
|
| WindowServerDelegate* delegate() { return delegate_; }
|
|
|