Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: webrtc/api/objc/RTCSessionDescription+Private.h

Issue 1696673003: Tweaks for new Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Don't use object subscripting Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/objc/RTCSessionDescription.mm ('k') | webrtc/api/objc/RTCVideoRenderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webrtc/api/objc/RTCSessionDescription.mm ('k') | webrtc/api/objc/RTCVideoRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698