Index: webrtc/sdk/objc/Framework/Classes/RTCAVFoundationVideoSource.mm |
diff --git a/webrtc/api/objc/RTCAVFoundationVideoSource.mm b/webrtc/sdk/objc/Framework/Classes/RTCAVFoundationVideoSource.mm |
similarity index 90% |
rename from webrtc/api/objc/RTCAVFoundationVideoSource.mm |
rename to webrtc/sdk/objc/Framework/Classes/RTCAVFoundationVideoSource.mm |
index 94774f7039a2a9abfaf95d92ed62599deee65ef1..528e8cb62440d3a02e490ffe20b95f49b1f4ab0a 100644 |
--- a/webrtc/api/objc/RTCAVFoundationVideoSource.mm |
+++ b/webrtc/sdk/objc/Framework/Classes/RTCAVFoundationVideoSource.mm |
@@ -10,9 +10,9 @@ |
#import "RTCAVFoundationVideoSource+Private.h" |
-#import "webrtc/api/objc/RTCMediaConstraints+Private.h" |
-#import "webrtc/api/objc/RTCPeerConnectionFactory+Private.h" |
-#import "webrtc/api/objc/RTCVideoSource+Private.h" |
+#import "RTCMediaConstraints+Private.h" |
+#import "RTCPeerConnectionFactory+Private.h" |
+#import "RTCVideoSource+Private.h" |
@implementation RTCAVFoundationVideoSource { |
webrtc::AVFoundationVideoCapturer *_capturer; |