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

Unified Diff: services/memory_instrumentation/public/cpp/coordinator.h

Issue 2693063002: Renamed /services/memory_infrastructure to /services/resource_coordinator (Closed)
Patch Set: Review fix Created 3 years, 10 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/memory_instrumentation/public/cpp/coordinator.h
diff --git a/services/memory_instrumentation/public/cpp/coordinator.h b/services/memory_instrumentation/public/cpp/coordinator.h
deleted file mode 100644
index 9c75396d3a8a7f13a26010f3823488a6be6cde5d..0000000000000000000000000000000000000000
--- a/services/memory_instrumentation/public/cpp/coordinator.h
+++ /dev/null
@@ -1,20 +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/memory_instrumentation/public/interfaces/memory_instrumentation.mojom.h"
-
-namespace memory_instrumentation {
-
-class Coordinator {
- public:
- // Binds a CoordinatorRequest to this Coordinator instance.
- virtual void BindCoordinatorRequest(mojom::CoordinatorRequest) = 0;
-};
-
-} // namespace memory_instrumentation
-
-#endif // SERVICES_MEMORY_INSTRUMENTATION_PUBLIC_CPP_COORDINATOR_H_

Powered by Google App Engine
This is Rietveld 408576698