Index: components/mus/public/cpp/BUILD.gn |
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn |
index 75744cbf21d0196d7c38c02ad1c321831c3cc3eb..65051440a8450a4edfc46cf56a46bbc07f974934 100644 |
--- a/components/mus/public/cpp/BUILD.gn |
+++ b/components/mus/public/cpp/BUILD.gn |
@@ -21,9 +21,8 @@ source_set("cpp") { |
"lib/window_private.cc", |
"lib/window_private.h", |
"lib/window_surface.cc", |
- "lib/window_tree_client_impl.cc", |
- "lib/window_tree_client_impl.h", |
- "lib/window_tree_delegate.cc", |
+ "lib/window_tree_client.cc", |
+ "lib/window_tree_client_delegate.cc", |
"lib/window_tree_host_factory.cc", |
"output_surface.h", |
"property_type_converters.h", |
@@ -35,9 +34,9 @@ source_set("cpp") { |
"window_surface.h", |
"window_surface_client.h", |
"window_tracker.h", |
- "window_tree_connection.h", |
- "window_tree_connection_observer.h", |
- "window_tree_delegate.h", |
+ "window_tree_client.h", |
+ "window_tree_client_delegate.h", |
+ "window_tree_client_observer.h", |
"window_tree_host_factory.h", |
] |