| Index: content/browser/renderer_host/render_message_filter.h
|
| diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
|
| index 51596a212d23414f576746ba7cf7dad1385a52e9..7e3afc351eee3998301f6897cdf668193b78a732 100644
|
| --- a/content/browser/renderer_host/render_message_filter.h
|
| +++ b/content/browser/renderer_host/render_message_filter.h
|
| @@ -188,7 +188,7 @@ class RenderMessageFilter : public BrowserMessageFilter {
|
| void OnGetHardwareBufferSize(uint32* buffer_size);
|
| void OnGetHardwareInputSampleRate(int* sample_rate);
|
| void OnGetHardwareSampleRate(int* sample_rate);
|
| - void OnGetHardwareInputChannelLayout(ChannelLayout* layout);
|
| + void OnGetHardwareInputChannelLayout(media::ChannelLayout* layout);
|
|
|
| // Used to look up the monitor color profile.
|
| void OnGetMonitorColorProfile(std::vector<char>* profile);
|
|
|