| Index: services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom
|
| diff --git a/services/resource_coordinator/public/interfaces/memory/constants.mojom b/services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom
|
| similarity index 63%
|
| rename from services/resource_coordinator/public/interfaces/memory/constants.mojom
|
| rename to services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom
|
| index 8a0387f889971bb784f2bea9c6f04533fa90eb06..39ad4fdcd1f3c526db0628a42b238b749fee52b7 100644
|
| --- a/services/resource_coordinator/public/interfaces/memory/constants.mojom
|
| +++ b/services/resource_coordinator/public/interfaces/tracing/tracing_constants.mojom
|
| @@ -2,6 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module memory_instrumentation.mojom;
|
| +module resource_coordinator.tracing.mojom;
|
|
|
| -const uint64 kServiceTracingProcessId = 0xffffffffffffffff;
|
| +const string kServiceName = "tracing";
|
|
|