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

Unified Diff: components/sync/syncable/directory_backing_store.h

Issue 2545173002: [tracing] Remove MemoryAllocatorDump::process_memory_dump (Closed)
Patch Set: Fix include. Created 4 years 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 | « components/sync/syncable/directory.cc ('k') | components/sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/syncable/directory_backing_store.h
diff --git a/components/sync/syncable/directory_backing_store.h b/components/sync/syncable/directory_backing_store.h
index 2f3959c2d102c265c4e8a459898660a5c36fb239..c89bc774bfb1f45236dc31ced802515e8a2595d2 100644
--- a/components/sync/syncable/directory_backing_store.h
+++ b/components/sync/syncable/directory_backing_store.h
@@ -22,7 +22,7 @@
namespace base {
namespace trace_event {
-class MemoryAllocatorDump;
+class ProcessMemoryDump;
}
}
@@ -104,7 +104,8 @@ class DirectoryBackingStore : public base::NonThreadSafe {
// Returns true on success, false on error.
bool GetDatabasePageSize(int* page_size);
- bool ReportMemoryUsage(base::trace_event::MemoryAllocatorDump* mad);
+ bool ReportMemoryUsage(base::trace_event::ProcessMemoryDump* pmd,
+ const std::string& dump_name);
protected:
// For test classes.
« no previous file with comments | « components/sync/syncable/directory.cc ('k') | components/sync/syncable/directory_backing_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698