Minor namespace change for CoreAudioUtility

NOTRY=TRUE

TBR: kwiberg@webrtc.org
Bug: webrtc:9265
Change-Id: Ic40634eb5258739ef06becd5db7a70a1e31d29e3
Reviewed-on: https://webrtc-review.googlesource.com/78020
Commit-Queue: Henrik Andreassson <henrika@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23323}
This commit is contained in:
henrika
2018-05-21 13:19:59 +02:00
committed by Commit Bot
parent 79478ad675
commit 9ab6eb738a
3 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,7 @@ using Microsoft::WRL::ComPtr;
using webrtc::AudioDeviceName;
using webrtc::AudioParameters;
namespace webrtc {
namespace webrtc_win {
namespace {
@ -824,3 +825,4 @@ std::string ErrorToString(const _com_error& error) {
} // namespace core_audio_utility
} // namespace webrtc_win
} // namespace webrtc

View File

@ -26,6 +26,7 @@
#include "modules/audio_device/include/audio_device_defines.h"
#include "rtc_base/logging.h"
namespace webrtc {
namespace webrtc_win {
static const int64_t kNumMicrosecsPerSec = webrtc::TimeDelta::seconds(1).us();
@ -427,5 +428,6 @@ std::string ErrorToString(const _com_error& error);
} // namespace core_audio_utility
} // namespace webrtc_win
} // namespace webrtc
#endif // MODULES_AUDIO_DEVICE_WIN_CORE_AUDIO_UTILITY_WIN_H_

View File

@ -16,6 +16,7 @@
using Microsoft::WRL::ComPtr;
using webrtc::AudioDeviceName;
namespace webrtc {
namespace webrtc_win {
namespace {
@ -561,3 +562,4 @@ TEST_F(CoreAudioUtilityWinTest, FillRenderEndpointBufferWithSilence) {
}
} // namespace webrtc_win
} // namespace webrtc