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

Unified Diff: components/memory_coordinator/browser/memory_coordinator.cc

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/browser/memory_coordinator.cc
diff --git a/components/memory_coordinator/browser/memory_coordinator.cc b/components/memory_coordinator/browser/memory_coordinator.cc
index 6caab3d39fc6d01be9ab4c40adda7523cd9d69de..e0f5ff40d618d6168cc47556a4947ffd65c2d93b 100644
--- a/components/memory_coordinator/browser/memory_coordinator.cc
+++ b/components/memory_coordinator/browser/memory_coordinator.cc
@@ -4,6 +4,7 @@
#include "components/memory_coordinator/browser/memory_coordinator.h"
+#include "base/memory/memory_coordinator_client_registry.h"
#include "components/memory_coordinator/common/memory_coordinator_features.h"
namespace memory_coordinator {

Powered by Google App Engine
This is Rietveld 408576698