| Index: services/resource_coordinator/public/cpp/memory/coordinator.h
|
| diff --git a/services/memory_instrumentation/public/cpp/coordinator.h b/services/resource_coordinator/public/cpp/memory/coordinator.h
|
| similarity index 86%
|
| rename from services/memory_instrumentation/public/cpp/coordinator.h
|
| rename to services/resource_coordinator/public/cpp/memory/coordinator.h
|
| index 9c75396d3a8a7f13a26010f3823488a6be6cde5d..6bdaa466aa170f17e06f9df7836ae86c4ba0a1c0 100644
|
| --- a/services/memory_instrumentation/public/cpp/coordinator.h
|
| +++ b/services/resource_coordinator/public/cpp/memory/coordinator.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_
|
| #define SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_
|
|
|
| -#include "services/memory_instrumentation/public/interfaces/memory_instrumentation.mojom.h"
|
| +#include "services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom.h"
|
|
|
| namespace memory_instrumentation {
|
|
|
|
|