Index: webrtc/modules/audio_processing/test/wav_based_simulator.cc |
diff --git a/webrtc/modules/audio_processing/test/wav_based_simulator.cc b/webrtc/modules/audio_processing/test/wav_based_simulator.cc |
index 3fbca92434b56137ba09c7efbd9324193ffdea06..673b274f72fb4feec432060b602efb462c2af8b8 100644 |
--- a/webrtc/modules/audio_processing/test/wav_based_simulator.cc |
+++ b/webrtc/modules/audio_processing/test/wav_based_simulator.cc |
@@ -16,6 +16,11 @@ |
namespace webrtc { |
namespace test { |
+WavBasedSimulator::WavBasedSimulator(const SimulationSettings& settings) |
+ : AudioProcessingSimulator(settings) {} |
+ |
+WavBasedSimulator::~WavBasedSimulator() = default; |
+ |
std::vector<WavBasedSimulator::SimulationEventType> |
WavBasedSimulator::GetDefaultEventChain() const { |
std::vector<WavBasedSimulator::SimulationEventType> call_chain(2); |