Chromium Code Reviews| Index: talk/app/webrtc/objc/avfoundationvideocapturer.h |
| diff --git a/talk/app/webrtc/objc/avfoundationvideocapturer.h b/talk/app/webrtc/objc/avfoundationvideocapturer.h |
| index 1c910a84b8f0c029436f8ca3356c2ad1a9510d9e..69ade5f1e01221ebc9fda19c74b5d9e850d47b2e 100644 |
| --- a/talk/app/webrtc/objc/avfoundationvideocapturer.h |
| +++ b/talk/app/webrtc/objc/avfoundationvideocapturer.h |
| @@ -35,6 +35,10 @@ |
| @class RTCAVFoundationVideoCapturerInternal; |
| +namespace rtc { |
| +class Thread; |
| +} // namespace rtc |
| + |
| namespace webrtc { |
| class AVFoundationVideoCapturer : public cricket::VideoCapturer { |