| Index: content/child/service_factory.h
|
| diff --git a/content/child/service_factory.h b/content/child/service_factory.h
|
| index 3d906f110b271f1097b1bf584991c51318f222f1..96284691996a138e601c3e21e9163108277b819b 100644
|
| --- a/content/child/service_factory.h
|
| +++ b/content/child/service_factory.h
|
| @@ -10,8 +10,8 @@
|
|
|
| #include "base/macros.h"
|
| #include "content/public/common/service_info.h"
|
| -#include "services/shell/public/interfaces/service.mojom.h"
|
| -#include "services/shell/public/interfaces/service_factory.mojom.h"
|
| +#include "services/service_manager/public/interfaces/service.mojom.h"
|
| +#include "services/service_manager/public/interfaces/service_factory.mojom.h"
|
|
|
| namespace content {
|
|
|
|
|