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

Unified Diff: services/resource_coordinator/public/cpp/memory_instrumentation/coordinator.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/public/cpp/memory_instrumentation/coordinator.h
diff --git a/services/resource_coordinator/public/cpp/memory/coordinator.h b/services/resource_coordinator/public/cpp/memory_instrumentation/coordinator.h
similarity index 65%
rename from services/resource_coordinator/public/cpp/memory/coordinator.h
rename to services/resource_coordinator/public/cpp/memory_instrumentation/coordinator.h
index e447d3081915060bc3fc7ae4e2068c98ce38a061..0a1d0f691aae41471c9d11b8780b6c7b8218f3f2 100644
--- a/services/resource_coordinator/public/cpp/memory/coordinator.h
+++ b/services/resource_coordinator/public/cpp/memory_instrumentation/coordinator.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_
-#define SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_
+#ifndef SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_MEMORY_INSTRUMENTATION_COORDINATOR_H_
+#define SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_MEMORY_INSTRUMENTATION_COORDINATOR_H_
-#include "services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom.h"
+#include "services/resource_coordinator/public/interfaces/memory_instrumentation/memory_instrumentation.mojom.h"
namespace service_manager {
struct BindSourceInfo;
@@ -23,4 +23,4 @@ class Coordinator {
} // namespace memory_instrumentation
-#endif // SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_
+#endif // SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_MEMORY_INSTRUMENTATION_COORDINATOR_H_

Powered by Google App Engine
This is Rietveld 408576698