Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: services/resource_coordinator/memory_instrumentation/process_map.h

Issue 2895083004: memory-infra: rename service folder to memory_instrumentation (Closed)
Patch Set: comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698