Index: webrtc/api/androidvideocapturer.h |
diff --git a/webrtc/api/androidvideocapturer.h b/webrtc/api/androidvideocapturer.h |
index 4c73f3159874e76323fdee76a04702c6d575969d..71c65d1f83906258dda73e0b6a9346c1a3e6a0e7 100644 |
--- a/webrtc/api/androidvideocapturer.h |
+++ b/webrtc/api/androidvideocapturer.h |
@@ -80,9 +80,6 @@ class AndroidVideoCapturer : public cricket::VideoCapturer { |
rtc::ThreadChecker thread_checker_; |
- class FrameFactory; |
- FrameFactory* frame_factory_; // Owned by cricket::VideoCapturer. |
- |
cricket::CaptureState current_state_; |
}; |