blob: 63bf94ed089ce2f6bb836db23390576f54bc990c [file] [log] [blame]
/*
* Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef TEST_FAKE_AUDIO_DEVICE_H_
#define TEST_FAKE_AUDIO_DEVICE_H_
#include "modules/audio_device/include/test_audio_device.h"
namespace webrtc {
namespace test {
using FakeAudioDevice = webrtc::TestAudioDeviceModule;
} // namespace test
} // namespace webrtc
#endif // TEST_FAKE_AUDIO_DEVICE_H_