| Index: services/user/public/interfaces/BUILD.gn
|
| diff --git a/components/profile_service/public/interfaces/BUILD.gn b/services/user/public/interfaces/BUILD.gn
|
| similarity index 92%
|
| rename from components/profile_service/public/interfaces/BUILD.gn
|
| rename to services/user/public/interfaces/BUILD.gn
|
| index 32c85b10c1eacad6444e174094efc658a7900554..0f2415baa1dae16c6169579b47e3dc5a031e0807 100644
|
| --- a/components/profile_service/public/interfaces/BUILD.gn
|
| +++ b/services/user/public/interfaces/BUILD.gn
|
| @@ -6,7 +6,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "profile.mojom",
|
| + "user_service.mojom",
|
| ]
|
|
|
| deps = [
|
|
|