| Index: content/public/app/mojo/content_gpu_manifest.json
 | 
| diff --git a/content/public/app/mojo/content_gpu_manifest.json b/content/public/app/mojo/content_gpu_manifest.json
 | 
| index a20b8075d5d39eb17fbe0fe58df1d67ee6d59ff9..e28bb9be01a3d2e38954930e4b8ccdbf5e9e4f03 100644
 | 
| --- a/content/public/app/mojo/content_gpu_manifest.json
 | 
| +++ b/content/public/app/mojo/content_gpu_manifest.json
 | 
| @@ -6,10 +6,10 @@
 | 
|      "provided": {
 | 
|        "browser": [
 | 
|          "IPC::mojom::ChannelBootstrap",
 | 
| -        "shell::mojom::ServiceFactory"
 | 
| +        "service_manager::mojom::ServiceFactory"
 | 
|        ],
 | 
|        "shell:service_factory": [
 | 
| -        "shell::mojom::ServiceFactory"
 | 
| +        "service_manager::mojom::ServiceFactory"
 | 
|        ]
 | 
|      },
 | 
|      "required": {
 | 
| 
 |