WebRtcVideoFrameFactoryTest shouldn't inherit VideoFrameTest.

BUG=

Review URL: https://codereview.webrtc.org/1915853003

Cr-Commit-Position: refs/heads/master@{#12523}
This commit is contained in:
nisse 2016-04-27 01:37:51 -07:00 committed by Commit bot
parent 84be511ac0
commit 06f7e49438

View File

@ -12,12 +12,12 @@
#include <memory>
#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<cricket::WebRtcVideoFrameFactory> {
class WebRtcVideoFrameFactoryTest : public testing::Test {
public:
WebRtcVideoFrameFactoryTest() {}