Index: webrtc/modules/video_processing/brightness_detection.h |
diff --git a/webrtc/modules/video_processing/brightness_detection.h b/webrtc/modules/video_processing/brightness_detection.h |
index 7c21b512f0add7fc9200b1488ffc340eb64b80ae..78a7ac5e0bf0ee6c9205ad38a438b359c1c4c4dd 100644 |
--- a/webrtc/modules/video_processing/brightness_detection.h |
+++ b/webrtc/modules/video_processing/brightness_detection.h |
@@ -23,7 +23,7 @@ class VPMBrightnessDetection { |
void Reset(); |
int32_t ProcessFrame(const VideoFrame& frame, |
- const VideoProcessingModule::FrameStats& stats); |
+ const VideoProcessing::FrameStats& stats); |
private: |
uint32_t frame_cnt_bright_; |
@@ -32,4 +32,4 @@ class VPMBrightnessDetection { |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_VIDEO_PROCESSING_BRIGHTNESS_DETECTION_H_ |
+#endif // WEBRTC_MODULES_VIDEO_PROCESSING_BRIGHTNESS_DETECTION_H_ |