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

Unified Diff: webrtc/examples/objc/AppRTCDemo/RTCICEServer+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/RTCICEServer+JSON.h
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCICEServer+JSON.h b/webrtc/examples/objc/AppRTCDemo/RTCICEServer+JSON.h
index 10339e7a3deecf1f50c94c08ed5544a4436e5068..a6d63e418232edba2f4bb118bbf81814d8bc8d70 100644
--- a/webrtc/examples/objc/AppRTCDemo/RTCICEServer+JSON.h
+++ b/webrtc/examples/objc/AppRTCDemo/RTCICEServer+JSON.h
@@ -8,12 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "RTCICEServer.h"
+#import "webrtc/api/objc/RTCIceServer.h"
-@interface RTCICEServer (JSON)
+@interface RTCIceServer (JSON)
-+ (RTCICEServer *)serverFromJSONDictionary:(NSDictionary *)dictionary;
++ (RTCIceServer *)serverFromJSONDictionary:(NSDictionary *)dictionary;
// CEOD provides different JSON, and this parses that.
-+ (NSArray *)serversFromCEODJSONDictionary:(NSDictionary *)dictionary;
++ (RTCIceServer *)serverFromCEODJSONDictionary:(NSDictionary *)dictionary;
@end
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/RTCICECandidate+JSON.m ('k') | webrtc/examples/objc/AppRTCDemo/RTCICEServer+JSON.m » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698