| Index: webrtc/modules/audio_device/android/audio_track_jni.h
|
| diff --git a/webrtc/modules/audio_device/android/audio_track_jni.h b/webrtc/modules/audio_device/android/audio_track_jni.h
|
| index 82f2113f0ad3a9cdf121f44f559937bb2aa3e0b4..2c78a5901c5cad77c64c1fc025c99aefb9625870 100644
|
| --- a/webrtc/modules/audio_device/android/audio_track_jni.h
|
| +++ b/webrtc/modules/audio_device/android/audio_track_jni.h
|
| @@ -144,7 +144,7 @@ class AudioTrackJni {
|
| bool playing_;
|
|
|
| // Raw pointer handle provided to us in AttachAudioBuffer(). Owned by the
|
| - // AudioDeviceModuleImpl class and called by AudioDeviceModuleImpl::Create().
|
| + // AudioDeviceModuleImpl class and called by AudioDeviceModule::Create().
|
| // The AudioDeviceBuffer is a member of the AudioDeviceModuleImpl instance
|
| // and therefore outlives this object.
|
| AudioDeviceBuffer* audio_device_buffer_;
|
|
|