| Index: media/base/android/media_codec_audio_decoder.h
|
| diff --git a/media/base/android/media_codec_audio_decoder.h b/media/base/android/media_codec_audio_decoder.h
|
| index 3143d560fb0ad29ec76fbc1a9de48e3f3a4aace6..4faab61a5cf800d7943ab15a6b2f4f71607db23a 100644
|
| --- a/media/base/android/media_codec_audio_decoder.h
|
| +++ b/media/base/android/media_codec_audio_decoder.h
|
| @@ -77,7 +77,7 @@ class MediaCodecAudioDecoder : public MediaCodecDecoder {
|
| int output_sampling_rate_;
|
|
|
| // Frame count to sync with audio codec output.
|
| - int64 frame_count_;
|
| + int64_t frame_count_;
|
|
|
| // Base timestamp for the |audio_timestamp_helper_|.
|
| base::TimeDelta base_timestamp_;
|
|
|