Chromium Code Reviews

Unified Diff: webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m

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/mac/APPRTCViewController.m
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
index db7b19c0e52faffa594687a64e11ad56049df021..4d58d2ad3477b9951f0307ae34edf1a625c9370e 100644
--- a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
+++ b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
@@ -11,8 +11,9 @@
#import "APPRTCViewController.h"
#import <AVFoundation/AVFoundation.h>
-#import "webrtc/api/objc/RTCNSGLVideoView.h"
-#import "webrtc/api/objc/RTCVideoTrack.h"
+
+#import "WebRTC/RTCNSGLVideoView.h"
+#import "WebRTC/RTCVideoTrack.h"
#import "ARDAppClient.h"

Powered by Google App Engine