Index: ui/aura/mus/window_tree_client.h |
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h |
index f732357a7d453005d837fa7013d14813906c5014..f9835fe486dd0e8548e9a172993238e68ab08af7 100644 |
--- a/ui/aura/mus/window_tree_client.h |
+++ b/ui/aura/mus/window_tree_client.h |
@@ -53,7 +53,6 @@ class InFlightPropertyChange; |
class InFlightVisibleChange; |
class WindowMus; |
class WindowPortMus; |
-struct WindowPortInitData; |
struct WindowPortPropertyData; |
class WindowTreeClientDelegate; |
class WindowTreeClientPrivate; |
@@ -61,10 +60,6 @@ class WindowTreeClientObserver; |
class WindowTreeHost; |
class WindowTreeHostMus; |
-namespace client { |
-class FocusClient; |
-} |
- |
using EventResultCallback = base::Callback<void(ui::mojom::EventResult)>; |
// Manages the connection with mus. |