Index: webrtc/api/objc/RTCVideoTrack+Private.h |
diff --git a/webrtc/api/objc/RTCPeerConnectionFactory.h b/webrtc/api/objc/RTCVideoTrack+Private.h |
similarity index 81% |
copy from webrtc/api/objc/RTCPeerConnectionFactory.h |
copy to webrtc/api/objc/RTCVideoTrack+Private.h |
index c427c1bb9106becaafc2a2c096fb0421b171f504..7d3e9c273e97b66776143752ded96af5bf60026c 100644 |
--- a/webrtc/api/objc/RTCPeerConnectionFactory.h |
+++ b/webrtc/api/objc/RTCVideoTrack+Private.h |
@@ -8,11 +8,13 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#import <Foundation/Foundation.h> |
+#import "RTCVideoTrack.h" |
+ |
+#include "talk/app/webrtc/mediastreaminterface.h" |
NS_ASSUME_NONNULL_BEGIN |
-@interface RTCPeerConnectionFactory : NSObject |
+@interface RTCVideoTrack () |
@end |
NS_ASSUME_NONNULL_END |