summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libjingle/source/talk/app/webrtc/objc/RTCVideoSource.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libjingle/source/talk/app/webrtc/objc/RTCVideoSource.mm')
-rw-r--r--chromium/third_party/libjingle/source/talk/app/webrtc/objc/RTCVideoSource.mm6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/libjingle/source/talk/app/webrtc/objc/RTCVideoSource.mm b/chromium/third_party/libjingle/source/talk/app/webrtc/objc/RTCVideoSource.mm
index c28fa9bcfcd..b4554e08d22 100644
--- a/chromium/third_party/libjingle/source/talk/app/webrtc/objc/RTCVideoSource.mm
+++ b/chromium/third_party/libjingle/source/talk/app/webrtc/objc/RTCVideoSource.mm
@@ -29,8 +29,8 @@
#error "This file requires ARC support."
#endif
-#import "RTCVideoSource+internal.h"
-#import "RTCMediaSource+internal.h"
+#import "RTCVideoSource+Internal.h"
+#import "RTCMediaSource+Internal.h"
@implementation RTCVideoSource
@end
@@ -38,7 +38,7 @@
@implementation RTCVideoSource (Internal)
- (talk_base::scoped_refptr<webrtc::VideoSourceInterface>)videoSource {
- return static_cast<webrtc::VideoSourceInterface *>(self.mediaSource.get());
+ return static_cast<webrtc::VideoSourceInterface*>(self.mediaSource.get());
}
@end