| Index: content/renderer/media/media_devices_listener_impl.h
|
| diff --git a/content/renderer/media/media_devices_listener_impl.h b/content/renderer/media/media_devices_listener_impl.h
|
| index 5198457a6c87620a77e5214a685e5c61e78d24e3..29b05f60966bc52f790322d2c9488c6342248da3 100644
|
| --- a/content/renderer/media/media_devices_listener_impl.h
|
| +++ b/content/renderer/media/media_devices_listener_impl.h
|
| @@ -11,6 +11,10 @@
|
| #include "content/common/media/media_devices.h"
|
| #include "content/common/media/media_devices.mojom.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace content {
|
|
|
| // This class implements a Mojo object that receives notifications about changes
|
| @@ -19,6 +23,7 @@ class CONTENT_EXPORT MediaDevicesListenerImpl
|
| : public ::mojom::MediaDevicesListener {
|
| public:
|
| static void Create(int render_frame_id,
|
| + const service_manager::BindSourceInfo& source_info,
|
| ::mojom::MediaDevicesListenerRequest request);
|
| explicit MediaDevicesListenerImpl(int render_frame_id);
|
| ~MediaDevicesListenerImpl() override;
|
|
|