blob: 1a38ba2f4175080a1126a59eede313a3b9869cc8 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/audio/mock_audio_debug_recording_manager.h"
#include <utility>
namespace media {
MockAudioDebugRecordingManager::MockAudioDebugRecordingManager(
scoped_refptr<base::SingleThreadTaskRunner> task_runner)
: AudioDebugRecordingManager(std::move(task_runner)) {}
MockAudioDebugRecordingManager::~MockAudioDebugRecordingManager() = default;
} // namespace media