Index: components/mus/ws/connection_manager.h |
diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h |
index 967e34b320f38c7a96ef11e9aaf5d97c3018c7e1..849bcc60fa571e2ac4fb28d5ca6a192145afe5c8 100644 |
--- a/components/mus/ws/connection_manager.h |
+++ b/components/mus/ws/connection_manager.h |
@@ -14,7 +14,6 @@ |
#include "components/mus/public/interfaces/window_tree.mojom.h" |
#include "components/mus/public/interfaces/window_tree_host.mojom.h" |
#include "components/mus/surfaces/surfaces_state.h" |
-#include "components/mus/ws/focus_controller_delegate.h" |
#include "components/mus/ws/ids.h" |
#include "components/mus/ws/operation.h" |
#include "components/mus/ws/server_window_delegate.h" |
@@ -25,7 +24,6 @@ |
#include "mojo/public/cpp/bindings/binding.h" |
namespace mus { |
- |
namespace ws { |
class ClientConnection; |
@@ -265,7 +263,6 @@ class ConnectionManager : public ServerWindowDelegate, |
}; |
} // namespace ws |
- |
} // namespace mus |
#endif // COMPONENTS_MUS_WS_CONNECTION_MANAGER_H_ |