Index: trace_event/winheap_dump_provider_win.cc |
diff --git a/trace_event/winheap_dump_provider_win.cc b/trace_event/winheap_dump_provider_win.cc |
index 43903761a8180f772fd04aa746de69d0ca105d46..11f9dc4761c46108f8e88dd1b9072143164b12bd 100644 |
--- a/trace_event/winheap_dump_provider_win.cc |
+++ b/trace_event/winheap_dump_provider_win.cc |
@@ -35,7 +35,7 @@ void ReportHeapDump(ProcessMemoryDump* pmd, const WinHeapInfo& heap_info) { |
inner_dump->AddScalar(MemoryAllocatorDump::kNameSize, |
MemoryAllocatorDump::kUnitsBytes, |
heap_info.allocated_size); |
- inner_dump->AddScalar(MemoryAllocatorDump::kNameObjectsCount, |
+ inner_dump->AddScalar(MemoryAllocatorDump::kNameObjectCount, |
MemoryAllocatorDump::kUnitsObjects, |
heap_info.block_count); |
} |