| Index: services/resource_coordinator/memory_instrumentation/process_map.h
|
| diff --git a/services/resource_coordinator/memory/coordinator/process_map.h b/services/resource_coordinator/memory_instrumentation/process_map.h
|
| similarity index 89%
|
| rename from services/resource_coordinator/memory/coordinator/process_map.h
|
| rename to services/resource_coordinator/memory_instrumentation/process_map.h
|
| index e68a4a5091b5dc883b31f845b1ba738a637f2246..5cad8be484c304df1ca7ba0082d24c64732e770d 100644
|
| --- a/services/resource_coordinator/memory/coordinator/process_map.h
|
| +++ b/services/resource_coordinator/memory_instrumentation/process_map.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SERVICES_RESOURCE_COORDINATOR_MEMORY_COORDINATOR_PROCESS_MAP_H_
|
| -#define SERVICES_RESOURCE_COORDINATOR_MEMORY_COORDINATOR_PROCESS_MAP_H_
|
| +#ifndef SERVICES_RESOURCE_COORDINATOR_MEMORY_INSTRUMENTATION_PROCESS_MAP_H_
|
| +#define SERVICES_RESOURCE_COORDINATOR_MEMORY_INSTRUMENTATION_PROCESS_MAP_H_
|
|
|
| #include <map>
|
| #include <vector>
|
| @@ -55,4 +55,4 @@ class ProcessMap : public service_manager::mojom::ServiceManagerListener {
|
| };
|
|
|
| } // namespace memory_instrumentation
|
| -#endif // SERVICES_RESOURCE_COORDINATOR_MEMORY_COORDINATOR_PROCESS_MAP_H_
|
| +#endif // SERVICES_RESOURCE_COORDINATOR_MEMORY_INSTRUMENTATION_PROCESS_MAP_H_
|
|
|