| Index: content/browser/installedapp/installed_app_provider_impl_default.h
|
| diff --git a/content/browser/installedapp/installed_app_provider_impl_default.h b/content/browser/installedapp/installed_app_provider_impl_default.h
|
| index 78c1e0d81b361776d93392b3dd3404ebd3f4ca6f..bc42a7fe76600b7f46d6e9d7ff0c7e0b7b0cf8e3 100644
|
| --- a/content/browser/installedapp/installed_app_provider_impl_default.h
|
| +++ b/content/browser/installedapp/installed_app_provider_impl_default.h
|
| @@ -11,6 +11,10 @@
|
| #include "third_party/WebKit/public/platform/modules/installedapp/installed_app_provider.mojom.h"
|
| #include "third_party/WebKit/public/platform/modules/installedapp/related_application.mojom.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace content {
|
|
|
| // The default (no-op) implementation of the InstalledAppProvider Mojo service.
|
| @@ -27,6 +31,7 @@ class InstalledAppProviderImplDefault
|
| const FilterInstalledAppsCallback& callback) override;
|
|
|
| static void Create(
|
| + const service_manager::BindSourceInfo& source_info,
|
| mojo::InterfaceRequest<blink::mojom::InstalledAppProvider> request);
|
| };
|
|
|
|
|