| Index: media/filters/decrypting_video_decoder.h
|
| diff --git a/media/filters/decrypting_video_decoder.h b/media/filters/decrypting_video_decoder.h
|
| index 0651edbe38d0b0c2c66db6bbf9bb65db805e1e80..14e17466555065c2d165f3e5eee7e0350fc4c9c8 100644
|
| --- a/media/filters/decrypting_video_decoder.h
|
| +++ b/media/filters/decrypting_video_decoder.h
|
| @@ -114,7 +114,7 @@ class MEDIA_EXPORT DecryptingVideoDecoder : public VideoDecoder {
|
|
|
| // A unique ID to trace Decryptor::DecryptAndDecodeVideo() call and the
|
| // matching DecryptCB call (in DoDeliverFrame()).
|
| - uint32 trace_id_;
|
| + uint32_t trace_id_;
|
|
|
| base::WeakPtr<DecryptingVideoDecoder> weak_this_;
|
| base::WeakPtrFactory<DecryptingVideoDecoder> weak_factory_;
|
|
|