| Index: content/renderer/media/audio_hardware.h
|
| diff --git a/content/renderer/media/audio_hardware.h b/content/renderer/media/audio_hardware.h
|
| index 9202a62767952e05e7c1df63a4ec49c738be3b48..f78fee6e8dd87cf6149c9ff492604b47c8b7f0f8 100644
|
| --- a/content/renderer/media/audio_hardware.h
|
| +++ b/content/renderer/media/audio_hardware.h
|
| @@ -29,7 +29,7 @@ CONTENT_EXPORT size_t GetOutputBufferSize();
|
|
|
| // Fetch the audio channel layout for the default input device.
|
| // Must be called from RenderThreadImpl::current().
|
| -CONTENT_EXPORT ChannelLayout GetInputChannelLayout();
|
| +CONTENT_EXPORT media::ChannelLayout GetInputChannelLayout();
|
|
|
| // Forces the next call to any of the Get functions to query the hardware
|
| // and repopulate the cache.
|
|
|