| Index: webrtc/modules/video_capture/objc/video_capture.h
|
| diff --git a/webrtc/modules/video_capture/ios/video_capture_ios.h b/webrtc/modules/video_capture/objc/video_capture.h
|
| similarity index 87%
|
| rename from webrtc/modules/video_capture/ios/video_capture_ios.h
|
| rename to webrtc/modules/video_capture/objc/video_capture.h
|
| index 51728551615a21f9d40a1159e7f2c3fedb77921f..1f9f42094503ed33efdd40a1365821ae2f3cbc9f 100644
|
| --- a/webrtc/modules/video_capture/ios/video_capture_ios.h
|
| +++ b/webrtc/modules/video_capture/objc/video_capture.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_MODULES_VIDEO_CAPTURE_IOS_VIDEO_CAPTURE_IOS_H_
|
| -#define WEBRTC_MODULES_VIDEO_CAPTURE_IOS_VIDEO_CAPTURE_IOS_H_
|
| +#ifndef WEBRTC_MODULES_VIDEO_CAPTURE_OBJC_VIDEO_CAPTURE_H_
|
| +#define WEBRTC_MODULES_VIDEO_CAPTURE_OBJC_VIDEO_CAPTURE_H_
|
|
|
| #include "webrtc/base/scoped_ref_ptr.h"
|
| #include "webrtc/modules/video_capture/video_capture_impl.h"
|
| @@ -43,4 +43,4 @@ class VideoCaptureIos : public VideoCaptureImpl {
|
| } // namespace videocapturemodule
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_MODULES_VIDEO_CAPTURE_IOS_VIDEO_CAPTURE_IOS_H_
|
| +#endif // WEBRTC_MODULES_VIDEO_CAPTURE_OBJC_VIDEO_CAPTURE_H_
|
|
|