From 684e84ac5e53e7f72bb4a76e34caa26d5bf08225 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 29 Jan 2026 02:51:50 -0800 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 862646603 --- connections/implementation/client_proxy_test.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/connections/implementation/client_proxy_test.cc b/connections/implementation/client_proxy_test.cc index a1ca21e5..d87c6b7b 100644 --- a/connections/implementation/client_proxy_test.cc +++ b/connections/implementation/client_proxy_test.cc @@ -1400,9 +1400,9 @@ TEST_F(ClientProxyTest, GetLocalDeviceWorksWithDeviceProvider) { MockDeviceProvider provider; client1()->RegisterDeviceProvider(&provider); ASSERT_NE(client1()->GetLocalDeviceProvider(), nullptr); - EXPECT_CALL( - *(down_cast(client1()->GetLocalDeviceProvider())), - GetLocalDevice); + EXPECT_CALL(*(absl::down_cast( + client1()->GetLocalDeviceProvider())), + GetLocalDevice); client1()->GetLocalDevice(); }