| Index: content/test/webrtc_audio_device_test.h
|
| diff --git a/content/test/webrtc_audio_device_test.h b/content/test/webrtc_audio_device_test.h
|
| index e2a04296ee8d0bcbf8fbb1230c5c5d8582e85430..0525c06dac150b3304d0d030df9c0828b8d9997b 100644
|
| --- a/content/test/webrtc_audio_device_test.h
|
| +++ b/content/test/webrtc_audio_device_test.h
|
| @@ -116,7 +116,7 @@ class AudioUtilInterface {
|
| virtual int GetAudioHardwareSampleRate() = 0;
|
| virtual int GetAudioInputHardwareSampleRate(
|
| const std::string& device_id) = 0;
|
| - virtual ChannelLayout GetAudioInputHardwareChannelLayout(
|
| + virtual media::ChannelLayout GetAudioInputHardwareChannelLayout(
|
| const std::string& device_id) = 0;
|
| };
|
|
|
| @@ -144,7 +144,7 @@ class WebRTCAudioDeviceTest : public ::testing::Test, public IPC::Listener {
|
|
|
| void OnGetHardwareSampleRate(int* sample_rate);
|
| void OnGetHardwareInputSampleRate(int* sample_rate);
|
| - void OnGetHardwareInputChannelLayout(ChannelLayout* channels);
|
| + void OnGetHardwareInputChannelLayout(media::ChannelLayout* channels);
|
|
|
| // IPC::Listener implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|