| Index: chrome/browser/media/output_protection_impl.h
|
| diff --git a/chrome/browser/media/output_protection_impl.h b/chrome/browser/media/output_protection_impl.h
|
| index 4db8c706cc992b9ec2fea5cdc88c0b929bb573d9..dde26d98b8d38e8891d437c69aa4c25034634ea3 100644
|
| --- a/chrome/browser/media/output_protection_impl.h
|
| +++ b/chrome/browser/media/output_protection_impl.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "content/public/browser/render_frame_host.h"
|
| #include "media/mojo/interfaces/output_protection.mojom.h"
|
| +#include "services/service_manager/public/cpp/bind_source_info.h"
|
|
|
| namespace chrome {
|
| class OutputProtectionProxy;
|
| @@ -18,6 +19,7 @@ class OutputProtectionProxy;
|
| class OutputProtectionImpl : public media::mojom::OutputProtection {
|
| public:
|
| static void Create(content::RenderFrameHost* render_frame_host,
|
| + const service_manager::BindSourceInfo& source_info,
|
| media::mojom::OutputProtectionRequest request);
|
|
|
| OutputProtectionImpl(int render_process_id, int render_frame_id);
|
|
|