| Index: content/public/browser/provision_fetcher_impl.h
|
| diff --git a/content/public/browser/provision_fetcher_impl.h b/content/public/browser/provision_fetcher_impl.h
|
| index 5151b397f503b4613f8e08c877142682076bb3f7..b3d630235b6f4f93da7cf8a108d920bf6bda5782 100644
|
| --- a/content/public/browser/provision_fetcher_impl.h
|
| +++ b/content/public/browser/provision_fetcher_impl.h
|
| @@ -18,6 +18,10 @@ namespace net {
|
| class URLRequestContextGetter;
|
| }
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace content {
|
|
|
| // A media::mojom::ProvisionFetcher implementation based on
|
| @@ -26,6 +30,7 @@ class CONTENT_EXPORT ProvisionFetcherImpl
|
| : NON_EXPORTED_BASE(public media::mojom::ProvisionFetcher) {
|
| public:
|
| static void Create(net::URLRequestContextGetter* context_getter,
|
| + const service_manager::BindSourceInfo& source_info,
|
| media::mojom::ProvisionFetcherRequest request);
|
|
|
| explicit ProvisionFetcherImpl(
|
|
|