Chromium Code Reviews

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

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h
diff --git a/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h b/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h
index 2f952eec261257ef12b50f22f066419f4f0353c7..cccff9ad74cf347f6c6643873f97d8ac981d179b 100644
--- a/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h
+++ b/webrtc/examples/objc/AppRTCDemo/RTCSessionDescription+JSON.h
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#import "webrtc/api/objc/RTCSessionDescription.h"
+#import "WebRTC/RTCSessionDescription.h"
@interface RTCSessionDescription (JSON)

Powered by Google App Engine