Index: content/renderer/media/speech_recognition_audio_sink.h |
diff --git a/content/renderer/media/speech_recognition_audio_sink.h b/content/renderer/media/speech_recognition_audio_sink.h |
index d1200b2f29dbf8cda407d345bf15bc145f07d8e8..c70420f7135eb6496dad3ccc74fcec8875b7f3d0 100644 |
--- a/content/renderer/media/speech_recognition_audio_sink.h |
+++ b/content/renderer/media/speech_recognition_audio_sink.h |
@@ -5,7 +5,10 @@ |
#ifndef CONTENT_RENDERER_MEDIA_SPEECH_RECOGNITION_AUDIO_SINK_H_ |
#define CONTENT_RENDERER_MEDIA_SPEECH_RECOGNITION_AUDIO_SINK_H_ |
+#include <stdint.h> |
+ |
#include "base/callback.h" |
+#include "base/macros.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/shared_memory.h" |
#include "base/sync_socket.h" |
@@ -103,7 +106,7 @@ class CONTENT_EXPORT SpeechRecognitionAudioSink |
bool track_stopped_; |
// Local counter of audio buffers for synchronization. |
- uint32 buffer_index_; |
+ uint32_t buffer_index_; |
// Callback for the renderer client. Called when the audio track was stopped. |
const OnStoppedCB on_stopped_cb_; |