| Index: talk/app/webrtc/objc/avfoundationvideocapturer.mm
|
| diff --git a/talk/app/webrtc/objc/avfoundationvideocapturer.mm b/talk/app/webrtc/objc/avfoundationvideocapturer.mm
|
| index f6615ad49ecf8bd32a5f5985a1e74cccf3295df0..2b1c2459a08518ae6d3d78462f829c4e657e6f11 100644
|
| --- a/talk/app/webrtc/objc/avfoundationvideocapturer.mm
|
| +++ b/talk/app/webrtc/objc/avfoundationvideocapturer.mm
|
| @@ -35,8 +35,8 @@
|
| #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 "RTCLogging.h"
|
|
|
| // TODO(tkchin): support other formats.
|
| static NSString *const kDefaultPreset = AVCaptureSessionPreset640x480;
|
|
|