| Index: webrtc/modules/audio_device/android/audio_record_jni.h
|
| diff --git a/webrtc/modules/audio_device/android/audio_record_jni.h b/webrtc/modules/audio_device/android/audio_record_jni.h
|
| index 13194939b691ad8d310693b476d962f6e4b55ced..de58468c9a4b4d82c97c2c18d11982239fcc198c 100644
|
| --- a/webrtc/modules/audio_device/android/audio_record_jni.h
|
| +++ b/webrtc/modules/audio_device/android/audio_record_jni.h
|
| @@ -156,7 +156,7 @@ class AudioRecordJni {
|
| bool recording_;
|
|
|
| // 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().
|
| AudioDeviceBuffer* audio_device_buffer_;
|
| };
|
|
|
|
|