| Index: services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation.typemap
|
| diff --git a/services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap b/services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation.typemap
|
| similarity index 90%
|
| rename from services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap
|
| rename to services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation.typemap
|
| index 7312558955812b5b593e39bcc696c05d122ad5c6..83cdb6025ddb36e120ef62c934256288c60d6fb5 100644
|
| --- a/services/resource_coordinator/public/cpp/memory/memory_instrumentation.typemap
|
| +++ b/services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation.typemap
|
| @@ -2,13 +2,13 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -mojom = "//services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom"
|
| +mojom = "//services/resource_coordinator/public/interfaces/memory_instrumentation/memory_instrumentation.mojom"
|
|
|
| public_headers = [
|
| "//base/trace_event/memory_dump_request_args.h",
|
| "//base/trace_event/process_memory_totals.h",
|
| ]
|
| -traits_headers = [ "//services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.h" ]
|
| +traits_headers = [ "//services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation_struct_traits.h" ]
|
| deps = [
|
| "//base",
|
| ]
|
|
|