| Index: services/user/manifest.json
|
| diff --git a/components/profile_service/manifest.json b/services/user/manifest.json
|
| similarity index 73%
|
| rename from components/profile_service/manifest.json
|
| rename to services/user/manifest.json
|
| index 2f7d94ead250046e76e8a80dd3725e951b779a05..7c61440bb14c4a243a8513e8c02976504ae265a7 100644
|
| --- a/components/profile_service/manifest.json
|
| +++ b/services/user/manifest.json
|
| @@ -1,8 +1,8 @@
|
| {
|
| "manifest_version": 1,
|
| - "name": "mojo:profile",
|
| + "name": "mojo:user",
|
| "process-group": "browser",
|
| - "display_name": "Profile",
|
| + "display_name": "User Service",
|
| "capabilities": {
|
| "required": {
|
| "mojo:tracing": { "interfaces": [ "*" ] }
|
|
|