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

Unified Diff: components/memory_coordinator/child/child_memory_coordinator_impl.h

Issue 2311723002: Move memory_coordinator_client and its registry to base/memory (Closed)
Patch Set: Update comments Created 4 years, 3 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: components/memory_coordinator/child/child_memory_coordinator_impl.h
diff --git a/components/memory_coordinator/child/child_memory_coordinator_impl.h b/components/memory_coordinator/child/child_memory_coordinator_impl.h
index b4af1f66a45ca99759e9920dda6d937a33737c4d..c63a7639624ed60b050c1645c02f250e3850cc57 100644
--- a/components/memory_coordinator/child/child_memory_coordinator_impl.h
+++ b/components/memory_coordinator/child/child_memory_coordinator_impl.h
@@ -6,8 +6,7 @@
#define COMPONENTS_MEMORY_COORDINATOR_CHILD_CHILD_MEMORY_COORDINATOR_IMPL_H_
#include "base/compiler_specific.h"
-#include "components/memory_coordinator/common/client_registry.h"
-#include "components/memory_coordinator/common/memory_coordinator_client.h"
+#include "base/memory/memory_coordinator_client.h"
#include "components/memory_coordinator/common/memory_coordinator_export.h"
#include "components/memory_coordinator/common/memory_coordinator_features.h"
#include "components/memory_coordinator/public/interfaces/child_memory_coordinator.mojom.h"
@@ -28,8 +27,7 @@ class MEMORY_COORDINATOR_EXPORT ChildMemoryCoordinatorDelegate {
// It lives in child processes and is responsible for dispatching memory events
// to its clients.
class MEMORY_COORDINATOR_EXPORT ChildMemoryCoordinatorImpl
- : public ClientRegistry,
- NON_EXPORTED_BASE(public mojom::ChildMemoryCoordinator) {
+ : NON_EXPORTED_BASE(public mojom::ChildMemoryCoordinator) {
public:
// Returns the instance of ChildMemoryCoordinatorImpl. Could be nullptr.
static ChildMemoryCoordinatorImpl* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698