Index: content/renderer/media/media_stream_impl_unittest.cc |
=================================================================== |
--- content/renderer/media/media_stream_impl_unittest.cc (revision 181789) |
+++ content/renderer/media/media_stream_impl_unittest.cc (working copy) |
@@ -76,7 +76,7 @@ |
class MediaStreamImplTest : public ::testing::Test { |
public: |
- void SetUp() { |
+ virtual void SetUp() { |
// Create our test object. |
ms_dispatcher_.reset(new MockMediaStreamDispatcher()); |
scoped_refptr<VideoCaptureImplManager> vc_manager( |