| Index: content/utility/utility_thread_impl.h
|
| diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
|
| index bd054142564bf5fdae6228162aab8c7bad24f332..6293e08efa4536acf9a4e93f338cfe81e8097fd8 100644
|
| --- a/content/utility/utility_thread_impl.h
|
| +++ b/content/utility/utility_thread_impl.h
|
| @@ -18,6 +18,10 @@
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| #include "services/service_manager/public/interfaces/service_factory.mojom.h"
|
|
|
| +namespace service_manager {
|
| +struct BindSourceInfo;
|
| +}
|
| +
|
| namespace content {
|
| class UtilityBlinkPlatformImpl;
|
| class UtilityServiceFactory;
|
| @@ -52,6 +56,7 @@ class UtilityThreadImpl : public UtilityThread,
|
| void OnBatchModeFinished();
|
|
|
| void BindServiceFactoryRequest(
|
| + const service_manager::BindSourceInfo& source_info,
|
| service_manager::mojom::ServiceFactoryRequest request);
|
|
|
| // True when we're running in batch mode.
|
|
|