| 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..f27208b26477d44eebb94f679417cbc7be2c9ed0 100644
|
| --- a/webrtc/api/objc/avfoundationvideocapturer.mm
|
| +++ b/webrtc/sdk/objc/Framework/Classes/avfoundationvideocapturer.mm
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/api/objc/avfoundationvideocapturer.h"
|
| +#include "avfoundationvideocapturer.h"
|
|
|
| #include "webrtc/base/bind.h"
|
| #include "webrtc/base/checks.h"
|
| @@ -18,8 +18,9 @@
|
| #import <Foundation/Foundation.h>
|
| #import <UIKit/UIKit.h>
|
|
|
| -#import "webrtc/base/objc/RTCDispatcher+Private.h"
|
| -#import "webrtc/base/objc/RTCLogging.h"
|
| +#import "WebRTC/RTCLogging.h"
|
| +
|
| +#import "RTCDispatcher+Private.h"
|
|
|
| // TODO(tkchin): support other formats.
|
| static NSString *const kDefaultPreset = AVCaptureSessionPreset640x480;
|
|
|