Chromium Code Reviews| Index: webrtc/api/objc/avfoundationvideocapturer.h |
| diff --git a/webrtc/api/objc/avfoundationvideocapturer.h b/webrtc/api/objc/avfoundationvideocapturer.h |
| index 83ee70385e554ea53c2fcfcde77d1a6d5e31eed0..0540ec57e271a4e618441150c9f989f8061c8ac8 100644 |
| --- a/webrtc/api/objc/avfoundationvideocapturer.h |
| +++ b/webrtc/api/objc/avfoundationvideocapturer.h |
| @@ -19,6 +19,10 @@ |
| @class RTCAVFoundationVideoCapturerInternal; |
| +namespace rtc { |
| +class Thread; |
| +} |
|
pbos-webrtc
2016/03/16 13:49:57
} // namespace rtc
|
| + |
| namespace webrtc { |
| class AVFoundationVideoCapturer : public cricket::VideoCapturer { |