| Index: webrtc/api/objc/RTCSessionDescription+Private.h
|
| diff --git a/webrtc/api/objc/RTCSessionDescription+Private.h b/webrtc/api/objc/RTCSessionDescription+Private.h
|
| index 2a9601d4d1d9cba9f299c988565755e4feb84351..9de8f0e9430e4183c54b8eacff87eb69dd7f64f3 100644
|
| --- a/webrtc/api/objc/RTCSessionDescription+Private.h
|
| +++ b/webrtc/api/objc/RTCSessionDescription+Private.h
|
| @@ -32,9 +32,9 @@ NS_ASSUME_NONNULL_BEGIN
|
| - (instancetype)initWithNativeDescription:
|
| (const webrtc::SessionDescriptionInterface *)nativeDescription;
|
|
|
| -+ (std::string)stringForType:(RTCSdpType)type;
|
| ++ (std::string)stdStringForType:(RTCSdpType)type;
|
|
|
| -+ (RTCSdpType)typeForString:(const std::string &)string;
|
| ++ (RTCSdpType)typeForStdString:(const std::string &)string;
|
|
|
| @end
|
|
|
|
|