| Index: content/browser/renderer_host/media/audio_renderer_host.h
|
| diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h
|
| index ce32fb16316d282b44f8b06cfa0eb675cbcdca2e..e549df20cc94f0778b29efcfc7bc0f93e3b23677 100644
|
| --- a/content/browser/renderer_host/media/audio_renderer_host.h
|
| +++ b/content/browser/renderer_host/media/audio_renderer_host.h
|
| @@ -231,7 +231,7 @@ class CONTENT_EXPORT AudioRendererHost : public BrowserMessageFilter {
|
| void TranslateDeviceID(const std::string& device_id,
|
| const GURL& gurl_security_origin,
|
| const OutputDeviceInfoCB& callback,
|
| - const AudioOutputDeviceEnumeration& device_infos);
|
| + const AudioOutputDeviceEnumeration& enumeration);
|
|
|
| // Helper method to check if the authorization procedure for stream
|
| // |stream_id| has started.
|
|
|