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

Unified Diff: webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m

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
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.m ('k') | webrtc/examples/objc/AppRTCDemo/ARDSDPUtils.m » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m b/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m
index b6c2be9d2205b4db0e09961b881740ae0d42897e..87d58e0db1d6e2781b28e9051e18ab96aef6eefa 100644
--- a/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m
+++ b/webrtc/examples/objc/AppRTCDemo/ARDJoinResponse.m
@@ -12,7 +12,7 @@
#import "ARDSignalingMessage.h"
#import "ARDUtilities.h"
-#import "RTCICEServer+JSON.h"
+#import "RTCIceServer+JSON.h"
static NSString const *kARDJoinResultKey = @"result";
static NSString const *kARDJoinResultParamsKey = @"params";
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/ARDCEODTURNClient.m ('k') | webrtc/examples/objc/AppRTCDemo/ARDSDPUtils.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698