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

Unified Diff: base/trace_event/memory_dump_provider_info.h

Issue 2786373002: memory-infra: Add peak-detector skeleton. (Closed)
Patch Set: minor typos Created 3 years, 8 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
« no previous file with comments | « base/trace_event/memory_dump_manager_unittest.cc ('k') | base/trace_event/memory_peak_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/trace_event/memory_dump_provider_info.h
diff --git a/base/trace_event/memory_dump_provider_info.h b/base/trace_event/memory_dump_provider_info.h
index 0f7ca7cc96f96bf5ceda43bf22bd9ea48116e0bb..ca63a987b2c4398a3c734001b19c7de1c886f8b0 100644
--- a/base/trace_event/memory_dump_provider_info.h
+++ b/base/trace_event/memory_dump_provider_info.h
@@ -8,6 +8,7 @@
#include <memory>
#include <set>
+#include "base/base_export.h"
#include "base/memory/ref_counted.h"
#include "base/trace_event/memory_dump_provider.h"
@@ -41,7 +42,7 @@ namespace trace_event {
// MDM::SetupNextMemoryDump() or MDM::InvokeOnMemoryDump(), when the copy
// inside ProcessMemoryDumpAsyncState is erase()-d.
// - The PeakDetector can keep extra refptrs when enabled.
-struct MemoryDumpProviderInfo
+struct BASE_EXPORT MemoryDumpProviderInfo
: public RefCountedThreadSafe<MemoryDumpProviderInfo> {
public:
// Define a total order based on the |task_runner| affinity, so that MDPs
« no previous file with comments | « base/trace_event/memory_dump_manager_unittest.cc ('k') | base/trace_event/memory_peak_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698