| Index: content/browser/background_fetch/background_fetch_service_impl.h
|
| diff --git a/content/browser/background_fetch/background_fetch_service_impl.h b/content/browser/background_fetch/background_fetch_service_impl.h
|
| index c2d6f32b218882bc82c4bf84051755cf45426797..2fcc1c80da6513dac92da7e21b6974b6e688b3a0 100644
|
| --- a/content/browser/background_fetch/background_fetch_service_impl.h
|
| +++ b/content/browser/background_fetch/background_fetch_service_impl.h
|
| @@ -15,6 +15,10 @@
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/modules/background_fetch/background_fetch.mojom.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace url {
|
| class Origin;
|
| }
|
| @@ -36,6 +40,7 @@ class CONTENT_EXPORT BackgroundFetchServiceImpl
|
| static void Create(
|
| int render_process_id,
|
| scoped_refptr<BackgroundFetchContext> background_fetch_context,
|
| + const service_manager::BindSourceInfo& source_info,
|
| blink::mojom::BackgroundFetchServiceRequest request);
|
|
|
| // blink::mojom::BackgroundFetchService implementation.
|
|
|