Index: webrtc/media/base/testutils.cc |
diff --git a/webrtc/media/base/testutils.cc b/webrtc/media/base/testutils.cc |
index 321719d3e9df175a61a1c1891be6363ff1243543..b1f520a929704d9919cf29b9ce2145ff238b19dd 100644 |
--- a/webrtc/media/base/testutils.cc |
+++ b/webrtc/media/base/testutils.cc |
@@ -23,7 +23,7 @@ |
#include "webrtc/base/testutils.h" |
#include "webrtc/media/base/rtpdump.h" |
#include "webrtc/media/base/videocapturer.h" |
-#include "webrtc/media/base/videoframe.h" |
+#include "webrtc/video_frame.h" |
namespace cricket { |
@@ -230,7 +230,7 @@ void VideoCapturerListener::OnStateChange(VideoCapturer* capturer, |
last_capture_state_ = result; |
} |
-void VideoCapturerListener::OnFrame(const VideoFrame& frame) { |
+void VideoCapturerListener::OnFrame(const webrtc::VideoFrame& frame) { |
++frame_count_; |
if (1 == frame_count_) { |
frame_width_ = frame.width(); |