Chromium Code Reviews| Index: webrtc/call.h |
| diff --git a/webrtc/call.h b/webrtc/call.h |
| index e426cc5c4be24d589872d8e052d6c76475b74555..033e1a20db95f1fe8c11efe94f78cf412362ab16 100644 |
| --- a/webrtc/call.h |
| +++ b/webrtc/call.h |
| @@ -85,7 +85,7 @@ class Call { |
| } bitrate_config; |
| struct AudioConfig { |
| - AudioDeviceModule* audio_device_manager = nullptr; |
| + AudioDeviceModule* audio_device_module = nullptr; |
| AudioProcessing* audio_processing = nullptr; |
| VoiceEngineObserver* voice_engine_observer = nullptr; |
| } audio_config; |