summaryrefslogtreecommitdiffstats
path: root/media/cast/receiver/video_decoder_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/cast/receiver/video_decoder_unittest.cc')
-rw-r--r--media/cast/receiver/video_decoder_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/cast/receiver/video_decoder_unittest.cc b/media/cast/receiver/video_decoder_unittest.cc
index fad2db5..6cb3d49 100644
--- a/media/cast/receiver/video_decoder_unittest.cc
+++ b/media/cast/receiver/video_decoder_unittest.cc
@@ -153,7 +153,7 @@ class VideoDecoderTest : public ::testing::TestWithParam<Codec> {
scoped_ptr<VideoDecoder> video_decoder_;
gfx::Size next_frame_size_;
base::TimeDelta next_frame_timestamp_;
- uint32 last_frame_id_;
+ uint32_t last_frame_id_;
bool seen_a_decoded_frame_;
Vp8Encoder vp8_encoder_;