| Index: webrtc/modules/video_capture/objc/video_capture.mm
|
| diff --git a/webrtc/modules/video_capture/objc/video_capture.mm b/webrtc/modules/video_capture/objc/video_capture.mm
|
| index 2322b0b65d8e440d1bacfb76f58609973d466b7b..ca5428e1f0803aa75a83db289ed6d176d3e5b503 100644
|
| --- a/webrtc/modules/video_capture/objc/video_capture.mm
|
| +++ b/webrtc/modules/video_capture/objc/video_capture.mm
|
| @@ -12,10 +12,10 @@
|
| #error "This file requires ARC support."
|
| #endif
|
|
|
| -#include "webrtc/base/refcount.h"
|
| -#include "webrtc/base/scoped_ref_ptr.h"
|
| #include "webrtc/modules/video_capture/objc/device_info_objc.h"
|
| #include "webrtc/modules/video_capture/objc/rtc_video_capture_objc.h"
|
| +#include "webrtc/rtc_base/refcount.h"
|
| +#include "webrtc/rtc_base/scoped_ref_ptr.h"
|
|
|
| using namespace webrtc;
|
| using namespace videocapturemodule;
|
|
|