Index: content/public/app/BUILD.gn |
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn |
index 97ede77340cdafef3b54e61650452ab7a449e07b..5dcb9039335c11c2503d8340bdf00feaf12c3404 100644 |
--- a/content/public/app/BUILD.gn |
+++ b/content/public/app/BUILD.gn |
@@ -146,9 +146,9 @@ mojo_application_manifest("browser_manifest") { |
type = "exe" |
application_name = "content_browser" |
source = "mojo/content_browser_manifest.json" |
- packaged_applications = [ "profile" ] |
+ packaged_applications = [ "user" ] |
deps = [ |
- "//components/profile_service:manifest", |
+ "//services/user:manifest", |
] |
} |