| Index: chrome/browser/memory_details_mac.cc
|
| diff --git a/chrome/browser/memory_details_mac.cc b/chrome/browser/memory_details_mac.cc
|
| index 8b33825e9de5a9de24fde4013c9a8222b4b31963..c03c8c96ac2c42c3b994c2924cb6497d57e5918e 100644
|
| --- a/chrome/browser/memory_details_mac.cc
|
| +++ b/chrome/browser/memory_details_mac.cc
|
| @@ -84,7 +84,7 @@ ProcessData* MemoryDetails::ChromeBrowser() {
|
| }
|
|
|
| void MemoryDetails::CollectProcessData(
|
| - std::vector<ProcessMemoryInformation> child_info) {
|
| + const std::vector<ProcessMemoryInformation>& child_info) {
|
| // This must be run on the file thread to avoid jank (|ProcessInfoSnapshot|
|
| // runs /bin/ps, which isn't instantaneous).
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
|
|