| Index: components/cronet/ios/Cronet.h
|
| diff --git a/components/cronet/ios/Cronet.h b/components/cronet/ios/Cronet.h
|
| index fc7b9c2486aa0573c1e3ce33264b8a67646e7390..691e966d52e4bb088f1de881921ec71433a697c9 100644
|
| --- a/components/cronet/ios/Cronet.h
|
| +++ b/components/cronet/ios/Cronet.h
|
| @@ -4,10 +4,12 @@
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| -#include "cronet_c_for_grpc.h"
|
| +#include "c_for_grpc.h"
|
|
|
| // Interface for installing Cronet.
|
| -CRONET_EXPORT
|
| +// TODO(gcasto): Should this macro be separate from the one defined in
|
| +// c_for_grpc.h?
|
| +GRPC_SUPPORT_EXPORT
|
| @interface Cronet : NSObject
|
|
|
| // Sets whether HTTP/2 should be supported by CronetEngine. This method only has
|
| @@ -55,6 +57,6 @@ CRONET_EXPORT
|
| + (NSString*)getUserAgent;
|
|
|
| // Get a pointer to global instance of cronet_engine for GRPC C API.
|
| -+ (cronet_engine*)getGlobalEngine;
|
| ++ (stream_engine*)getGlobalEngine;
|
|
|
| @end
|
|
|