| Index: base/trace_event/process_memory_totals.h
|
| diff --git a/base/trace_event/process_memory_totals.h b/base/trace_event/process_memory_totals.h
|
| index 1c99152fa84b6086163393c247be39d146ee0334..c52763a42e209980e6e70bd8f5e19b5ef7484d00 100644
|
| --- a/base/trace_event/process_memory_totals.h
|
| +++ b/base/trace_event/process_memory_totals.h
|
| @@ -13,7 +13,7 @@ namespace trace_event {
|
|
|
| class TracedValue;
|
|
|
| -// Dump provider which collects process-wide memory stats.
|
| +// Data model for process-wide memory stats.
|
| class BASE_EXPORT ProcessMemoryTotals {
|
| public:
|
| ProcessMemoryTotals() {}
|
|
|