| Index: components/cronet/ios/test/get_stream_engine.mm
|
| diff --git a/components/cronet/ios/test/get_stream_engine.mm b/components/cronet/ios/test/get_stream_engine.mm
|
| index f73f1c9a232266d112de42549250f2fb417e0b75..433c6e36b43afde74b0b9d5b77e04b74db093752 100644
|
| --- a/components/cronet/ios/test/get_stream_engine.mm
|
| +++ b/components/cronet/ios/test/get_stream_engine.mm
|
| @@ -11,7 +11,7 @@
|
| namespace grpc_support {
|
|
|
| stream_engine* GetTestStreamEngine(int port) {
|
| - cronet::StartCronetIfNecessary(port);
|
| + cronet::StartCronet(port);
|
| return [Cronet getGlobalEngine];
|
| }
|
|
|
|
|