| Index: base/trace_event/memory_allocator_dump.cc
|
| diff --git a/base/trace_event/memory_allocator_dump.cc b/base/trace_event/memory_allocator_dump.cc
|
| index 4037f946c9ef046e678ff261af270792a631d67b..76d53eb4762730c64ac43f1cf45b25520da0f9a0 100644
|
| --- a/base/trace_event/memory_allocator_dump.cc
|
| +++ b/base/trace_event/memory_allocator_dump.cc
|
| @@ -16,7 +16,7 @@ namespace base {
|
| namespace trace_event {
|
|
|
| const char MemoryAllocatorDump::kNameSize[] = "size";
|
| -const char MemoryAllocatorDump::kNameObjectsCount[] = "objects_count";
|
| +const char MemoryAllocatorDump::kNameObjectCount[] = "object_count";
|
| const char MemoryAllocatorDump::kTypeScalar[] = "scalar";
|
| const char MemoryAllocatorDump::kTypeString[] = "string";
|
| const char MemoryAllocatorDump::kUnitsBytes[] = "bytes";
|
|
|