Index: media/filters/video_frame_stream_unittest.cc |
diff --git a/media/filters/video_frame_stream_unittest.cc b/media/filters/video_frame_stream_unittest.cc |
index 274c2be114e6c9222f5d0ee874510daee0d21679..2ccd7cad7e96858b29832e8e929574cd2953031f 100644 |
--- a/media/filters/video_frame_stream_unittest.cc |
+++ b/media/filters/video_frame_stream_unittest.cc |
@@ -633,7 +633,7 @@ TEST_P(VideoFrameStreamTest, Reset_AfterNormalReadWithActiveSplice) { |
// Issue an explicit Reset() and clear the splice timestamp. |
Reset(); |
- demuxer_stream_->set_splice_timestamp(kNoTimestamp()); |
+ demuxer_stream_->set_splice_timestamp(kNoTimestamp); |
// Ensure none of the upcoming calls indicate they have a splice timestamp. |
EXPECT_CALL(*this, OnNewSpliceBuffer(_)).Times(0); |