| Index: media/audio/mac/audio_auhal_mac.h
|
| diff --git a/media/audio/mac/audio_auhal_mac.h b/media/audio/mac/audio_auhal_mac.h
|
| index 351c6626957f416ed339ae4e78d9b534911e94a4..6d0bc73c1e9abddb3010399a7d2a6836a2801601 100644
|
| --- a/media/audio/mac/audio_auhal_mac.h
|
| +++ b/media/audio/mac/audio_auhal_mac.h
|
| @@ -182,7 +182,7 @@ class AUHALStream : public AudioOutputStream {
|
| scoped_ptr<AudioPullFifo> audio_fifo_;
|
|
|
| // Current buffer delay. Set by Render().
|
| - uint32 current_hardware_pending_bytes_;
|
| + uint32_t current_hardware_pending_bytes_;
|
|
|
| // Lost frames not yet reported to the provider. Increased in
|
| // UpdatePlayoutTimestamp() if any lost frame since last time. Forwarded to
|
|
|