| Index: content/child/service_factory.cc
|
| diff --git a/content/child/service_factory.cc b/content/child/service_factory.cc
|
| index 956be49eb33728724f65064342125e6b1ee282c0..41be4be42cf9a99e02973d7573d01bdbb3b2f327 100644
|
| --- a/content/child/service_factory.cc
|
| +++ b/content/child/service_factory.cc
|
| @@ -16,8 +16,9 @@ namespace content {
|
| ServiceFactory::ServiceFactory() {}
|
| ServiceFactory::~ServiceFactory() {}
|
|
|
| -void ServiceFactory::CreateService(shell::mojom::ServiceRequest request,
|
| - const std::string& name) {
|
| +void ServiceFactory::CreateService(
|
| + service_manager::mojom::ServiceRequest request,
|
| + const std::string& name) {
|
| // Only register services on first run.
|
| if (!has_registered_services_) {
|
| DCHECK(services_.empty());
|
|
|