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

Unified Diff: services/resource_coordinator/public/cpp/memory/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/coordinator.h
diff --git a/services/resource_coordinator/public/cpp/memory/coordinator.h b/services/resource_coordinator/public/cpp/memory/coordinator.h
deleted file mode 100644
index e447d3081915060bc3fc7ae4e2068c98ce38a061..0000000000000000000000000000000000000000
--- a/services/resource_coordinator/public/cpp/memory/coordinator.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2017 The Chromium Authors. All rights reserved.
-// 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_
-
-#include "services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom.h"
-
-namespace service_manager {
-struct BindSourceInfo;
-}
-
-namespace memory_instrumentation {
-
-class Coordinator {
- public:
- // Binds a CoordinatorRequest to this Coordinator instance.
- virtual void BindCoordinatorRequest(
- const service_manager::BindSourceInfo& source_info,
- mojom::CoordinatorRequest) = 0;
-};
-
-} // namespace memory_instrumentation
-
-#endif // SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_

Powered by Google App Engine
This is Rietveld 408576698