| Index: webrtc/sdk/objc/Framework/Classes/RTCCameraPreviewView.m
|
| diff --git a/webrtc/base/objc/RTCCameraPreviewView.m b/webrtc/sdk/objc/Framework/Classes/RTCCameraPreviewView.m
|
| similarity index 84%
|
| rename from webrtc/base/objc/RTCCameraPreviewView.m
|
| rename to webrtc/sdk/objc/Framework/Classes/RTCCameraPreviewView.m
|
| index 5a57483676fd9be2888c20570e3d937804387b59..659973ff1804c280306221ff88a706dc9252f4b1 100644
|
| --- a/webrtc/base/objc/RTCCameraPreviewView.m
|
| +++ b/webrtc/sdk/objc/Framework/Classes/RTCCameraPreviewView.m
|
| @@ -8,15 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| -#error "This file requires ARC support."
|
| -#endif
|
| -
|
| -#import "webrtc/base/objc/RTCCameraPreviewView.h"
|
| +#import "WebRTC/RTCCameraPreviewView.h"
|
|
|
| #import <AVFoundation/AVFoundation.h>
|
|
|
| -#import "webrtc/base/objc/RTCDispatcher.h"
|
| +#import "RTCDispatcher+Private.h"
|
|
|
| @implementation RTCCameraPreviewView
|
|
|
|
|