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

Unified Diff: webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h

Issue 1690313002: Update iOS AppRTCDemo to use the updated Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update against master Created 4 years, 9 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/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h b/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h
index 8ef2748c675d16e9ea64d0423e5464aefd17cfbe..0ee6a7872f2ab050820859cbd5860997e5e99217 100644
--- a/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h
+++ b/webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.h
@@ -8,11 +8,11 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "RTCICECandidate.h"
+#import "webrtc/api/objc/RTCIceCandidate.h"
-@interface RTCICECandidate (JSON)
+@interface RTCIceCandidate (JSON)
-+ (RTCICECandidate *)candidateFromJSONDictionary:(NSDictionary *)dictionary;
++ (RTCIceCandidate *)candidateFromJSONDictionary:(NSDictionary *)dictionary;
- (NSData *)JSONData;
@end
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/ARDWebSocketChannel.m ('k') | webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698