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

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

Issue 1640993002: Update API for Objective-C RTCPeerConnection. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update against master 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
Index: webrtc/api/objc/RTCIceCandidate+Private.h
diff --git a/webrtc/api/objc/RTCIceCandidate+Private.h b/webrtc/api/objc/RTCIceCandidate+Private.h
index b65f113f36e8a484c9284e3011978f7c7a88dfbd..f98e04ba1c230bf401f1fd2e3a63ecaaf9ecb99b 100644
--- a/webrtc/api/objc/RTCIceCandidate+Private.h
+++ b/webrtc/api/objc/RTCIceCandidate+Private.h
@@ -29,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
* ownership is taken of the native candidate.
*/
- (instancetype)initWithNativeCandidate:
- (webrtc::IceCandidateInterface *)candidate;
+ (const webrtc::IceCandidateInterface *)candidate;
@end

Powered by Google App Engine
This is Rietveld 408576698