| Index: ppapi/proxy/audio_input_resource.cc
|
| diff --git a/ppapi/proxy/audio_input_resource.cc b/ppapi/proxy/audio_input_resource.cc
|
| index f17dd0af765bf3ae6f8c111c963f1b2ff64bf562..7d25a7190e4f1594513ac44de91a5bfacfe73099 100644
|
| --- a/ppapi/proxy/audio_input_resource.cc
|
| +++ b/ppapi/proxy/audio_input_resource.cc
|
| @@ -255,7 +255,7 @@ void AudioInputResource::Run() {
|
|
|
| // This is a constantly increasing counter that is used to verify on the
|
| // browser side that buffers are in sync.
|
| - uint32 buffer_index = 0;
|
| + uint32_t buffer_index = 0;
|
|
|
| while (true) {
|
| int pending_data = 0;
|
|
|