Index: components/mus/public/cpp/tests/test_window_tree.cc |
diff --git a/components/mus/public/cpp/tests/test_window_tree.cc b/components/mus/public/cpp/tests/test_window_tree.cc |
index 0ecd6f249be938a965cb633ebedc49b788aadde1..af526cdc7afb7a0e9a547ec744e497dafd4f1d2d 100644 |
--- a/components/mus/public/cpp/tests/test_window_tree.cc |
+++ b/components/mus/public/cpp/tests/test_window_tree.cc |
@@ -127,8 +127,7 @@ void TestWindowTree::OnWindowInputEventAck(uint32_t event_id) { |
acked_events_.insert(event_id); |
} |
-void TestWindowTree::GetWindowManagerInternalClient( |
- mojo::AssociatedInterfaceRequest<mojom::WindowManagerInternalClient> |
- internal) {} |
+void TestWindowTree::GetWindowManagerClient( |
+ mojo::AssociatedInterfaceRequest<mojom::WindowManagerClient> internal) {} |
} // namespace mus |