| Index: trace_event/memory_allocator_dump.h
|
| diff --git a/trace_event/memory_allocator_dump.h b/trace_event/memory_allocator_dump.h
|
| index 2ded1733c3f97466b7737ea570150988fc16d854..6ad3d64110e241bb67d50a0be882e0aa2dd2e986 100644
|
| --- a/trace_event/memory_allocator_dump.h
|
| +++ b/trace_event/memory_allocator_dump.h
|
| @@ -34,7 +34,7 @@ class BASE_EXPORT MemoryAllocatorDump {
|
|
|
| // Standard attribute |name|s for the AddScalar and AddString() methods.
|
| static const char kNameSize[]; // To represent allocated space.
|
| - static const char kNameObjectsCount[]; // To represent number of objects.
|
| + static const char kNameObjectCount[]; // To represent number of objects.
|
|
|
| // Standard attribute |unit|s for the AddScalar and AddString() methods.
|
| static const char kUnitsBytes[]; // Unit name to represent bytes.
|
|
|