Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1001)

Unified Diff: media/audio/android/audio_record_input.h

Issue 1534273002: Switch to standard integer types in media/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/audio/android/audio_record_input.h
diff --git a/media/audio/android/audio_record_input.h b/media/audio/android/audio_record_input.h
index b716f8ab6aad42c2f66cf72e28dfba6f5038edbd..6b0b36ce7149befee3429b7884f412ebfead9808 100644
--- a/media/audio/android/audio_record_input.h
+++ b/media/audio/android/audio_record_input.h
@@ -70,7 +70,7 @@ class MEDIA_EXPORT AudioRecordInputStream : public AudioInputStream {
AudioInputCallback* callback_;
// Owned by j_audio_record_.
- uint8* direct_buffer_address_;
+ uint8_t* direct_buffer_address_;
scoped_ptr<media::AudioBus> audio_bus_;
int bytes_per_sample_;

Powered by Google App Engine
This is Rietveld 408576698