From b4aace992c18506c3079433015750f5d66e80812 Mon Sep 17 00:00:00 2001
From: Muxi Yan <mxyan@google.com>
Date: Tue, 12 Nov 2019 10:32:22 -0800
Subject: [PATCH] Make cpp_cronet test use gRPC-C++/Cronet

---
 test/cpp/ios/Podfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/cpp/ios/Podfile b/test/cpp/ios/Podfile
index 49044d2a050..227ab0a89c6 100644
--- a/test/cpp/ios/Podfile
+++ b/test/cpp/ios/Podfile
@@ -17,7 +17,7 @@ target 'CronetTests' do
   pod 'BoringSSL-GRPC',       :podspec => "#{GRPC_LOCAL_SRC}/src/objective-c", :inhibit_warnings => true
 
   pod 'gRPC-Core',      :path => GRPC_LOCAL_SRC
-  pod 'gRPC-C++',      :path => GRPC_LOCAL_SRC
+  pod 'gRPC-C++/Cronet',      :path => GRPC_LOCAL_SRC
   pod 'gRPC-C++/Protobuf',       :path => GRPC_LOCAL_SRC
   pod 'RemoteTestCpp', :path => "RemoteTestClientCpp", :inhibit_warnings => true