| Index: content/common/service_manager/embedded_service_runner.h
|
| diff --git a/content/common/service_manager/embedded_service_runner.h b/content/common/service_manager/embedded_service_runner.h
|
| index c1724899d3da3d4632f9ff78fe1f81bf38bf3b41..0d58565ca17744796934a23104ae9cfe2488d430 100644
|
| --- a/content/common/service_manager/embedded_service_runner.h
|
| +++ b/content/common/service_manager/embedded_service_runner.h
|
| @@ -36,7 +36,7 @@ class EmbeddedServiceRunner {
|
| // Binds an incoming ServiceRequest for this service. If the service isn't
|
| // already running, it is started. Otherwise the request is bound to the
|
| // running instance.
|
| - void BindServiceRequest(shell::mojom::ServiceRequest request);
|
| + void BindServiceRequest(service_manager::mojom::ServiceRequest request);
|
|
|
| // Sets a callback to run after the service loses its last connection and is
|
| // torn down.
|
|
|