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

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

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.cc
diff --git a/services/resource_coordinator/memory/coordinator/process_map.cc b/services/resource_coordinator/memory_instrumentation/process_map.cc
similarity index 94%
rename from services/resource_coordinator/memory/coordinator/process_map.cc
rename to services/resource_coordinator/memory_instrumentation/process_map.cc
index e6e0618cc180ac64f1becbcdb0c7acf3fc3f8196..17182b4a802457c40d9499ef8a43583752753650 100644
--- a/services/resource_coordinator/memory/coordinator/process_map.cc
+++ b/services/resource_coordinator/memory_instrumentation/process_map.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/resource_coordinator/memory/coordinator/process_map.h"
+#include "services/resource_coordinator/memory_instrumentation/process_map.h"
#include "base/process/process_handle.h"
#include "mojo/public/cpp/bindings/binding.h"
-#include "services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom.h"
+#include "services/resource_coordinator/public/interfaces/memory_instrumentation/memory_instrumentation.mojom.h"
#include "services/service_manager/public/cpp/connector.h"
#include "services/service_manager/public/cpp/identity.h"
#include "services/service_manager/public/interfaces/constants.mojom.h"

Powered by Google App Engine
This is Rietveld 408576698