| Index: chrome/browser/memory_details_linux.cc
|
| diff --git a/chrome/browser/memory_details_linux.cc b/chrome/browser/memory_details_linux.cc
|
| index 9c67966cb7e377e07ed8ba9ed89b16a75cb4229f..96d80f1a91001855781604786e3b243ed419515c 100644
|
| --- a/chrome/browser/memory_details_linux.cc
|
| +++ b/chrome/browser/memory_details_linux.cc
|
| @@ -200,7 +200,7 @@ static void GetAllChildren(const std::vector<Process>& processes,
|
| }
|
|
|
| void MemoryDetails::CollectProcessData(
|
| - std::vector<ProcessMemoryInformation> child_info) {
|
| + const std::vector<ProcessMemoryInformation>& child_info) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
|
|
| std::vector<Process> processes;
|
|
|