Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: media/cast/receiver/video_decoder_unittest.cc

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/cast/receiver/video_decoder_unittest.cc
diff --git a/media/cast/receiver/video_decoder_unittest.cc b/media/cast/receiver/video_decoder_unittest.cc
index fad2db54f8258a952fc10619b7b7a7b8d912c901..6cb3d4935b4753e272114dba84531508e1add67f 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_;

Powered by Google App Engine
This is Rietveld 408576698