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

Unified Diff: components/memory_coordinator/common/client_registry.h

Issue 2265893002: memory_coordinator: Use component(target) instead of static_library(target) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 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/common/client_registry.h
diff --git a/components/memory_coordinator/common/client_registry.h b/components/memory_coordinator/common/client_registry.h
index 593b9fa8faab816dfdc594c58b167e4b4089c2ae..ec5874f15c69f261017c7ec7b6be84da67581f99 100644
--- a/components/memory_coordinator/common/client_registry.h
+++ b/components/memory_coordinator/common/client_registry.h
@@ -7,12 +7,13 @@
#include "base/observer_list_threadsafe.h"
#include "components/memory_coordinator/common/memory_coordinator_client.h"
+#include "components/memory_coordinator/common/memory_coordinator_export.h"
namespace memory_coordinator {
// ClientRegistry is a base class of process-specific memory coordinator
// and provides ways to register/unregister MemoryCoordinatorClients.
-class ClientRegistry {
+class MEMORY_COORDINATOR_EXPORT ClientRegistry {
public:
ClientRegistry();
virtual ~ClientRegistry();
« no previous file with comments | « components/memory_coordinator/common/BUILD.gn ('k') | components/memory_coordinator/common/memory_coordinator_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698