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