diff --git a/webrtc/media/engine/webrtcvideoframefactory_unittest.cc b/webrtc/media/engine/webrtcvideoframefactory_unittest.cc index dd7e7d6d32..197784b54a 100644 --- a/webrtc/media/engine/webrtcvideoframefactory_unittest.cc +++ b/webrtc/media/engine/webrtcvideoframefactory_unittest.cc @@ -12,12 +12,12 @@ #include -#include "webrtc/media/base/videoframe_unittest.h" +#include "webrtc/base/gunit.h" +#include "webrtc/media/base/videocapturer.h" #include "webrtc/media/engine/webrtcvideoframe.h" #include "webrtc/media/engine/webrtcvideoframefactory.h" -class WebRtcVideoFrameFactoryTest - : public VideoFrameTest { +class WebRtcVideoFrameFactoryTest : public testing::Test { public: WebRtcVideoFrameFactoryTest() {}