Index: webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm |
diff --git a/webrtc/api/objc/avfoundationvideocapturer.mm b/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm |
similarity index 99% |
rename from webrtc/api/objc/avfoundationvideocapturer.mm |
rename to webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm |
index 85b96586502c627c76b4b9bb57fbce6ab7900bf7..cb945f41cae63192dae6dba34ebe81d0810bc880 100644 |
--- a/webrtc/api/objc/avfoundationvideocapturer.mm |
+++ b/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm |
@@ -8,18 +8,18 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/api/objc/avfoundationvideocapturer.h" |
- |
-#include "webrtc/base/bind.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/thread.h" |
+#include "avfoundationvideocapturer.h" |
#import <AVFoundation/AVFoundation.h> |
#import <Foundation/Foundation.h> |
#import <UIKit/UIKit.h> |
-#import "webrtc/base/objc/RTCDispatcher+Private.h" |
-#import "webrtc/base/objc/RTCLogging.h" |
+#import "RTCDispatcher+Private.h" |
+#import "WebRTC/RTCLogging.h" |
+ |
+#include "webrtc/base/bind.h" |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/thread.h" |
// TODO(tkchin): support other formats. |
static NSString *const kDefaultPreset = AVCaptureSessionPreset640x480; |