| Index: chrome/browser/memory_details.h
|
| diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h
|
| index 21965f434c7920afdcde6dbd1087023fd7be9a6d..341241920e792b374ef33854a940b2e4c4a4479a 100644
|
| --- a/chrome/browser/memory_details.h
|
| +++ b/chrome/browser/memory_details.h
|
| @@ -41,6 +41,7 @@ struct ProcessMemoryInformation {
|
| RendererProcessType rtype);
|
|
|
| ProcessMemoryInformation();
|
| + ProcessMemoryInformation(const ProcessMemoryInformation& other);
|
| ~ProcessMemoryInformation();
|
|
|
| // Default ordering is by private memory consumption.
|
|
|