| Index: services/resource_coordinator/public/interfaces/BUILD.gn
|
| diff --git a/services/memory_instrumentation/public/interfaces/BUILD.gn b/services/resource_coordinator/public/interfaces/BUILD.gn
|
| similarity index 85%
|
| rename from services/memory_instrumentation/public/interfaces/BUILD.gn
|
| rename to services/resource_coordinator/public/interfaces/BUILD.gn
|
| index b9c940dc047163a8d2ef51b0f660e62098fc0584..959f3ecdee5e52c8505029f19b670d46afd19e90 100644
|
| --- a/services/memory_instrumentation/public/interfaces/BUILD.gn
|
| +++ b/services/resource_coordinator/public/interfaces/BUILD.gn
|
| @@ -6,6 +6,6 @@ import("//mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "memory_instrumentation.mojom",
|
| + "memory/memory_instrumentation.mojom",
|
| ]
|
| }
|
|
|