| Index: chrome/browser/memory_details_win.cc
|
| diff --git a/chrome/browser/memory_details_win.cc b/chrome/browser/memory_details_win.cc
|
| index 56ae42453d5f87c15db84461044fe49d9d90691d..84497bac71f3005f79a9c555ec2ecc3cbdaf85ba 100644
|
| --- a/chrome/browser/memory_details_win.cc
|
| +++ b/chrome/browser/memory_details_win.cc
|
| @@ -101,7 +101,7 @@ void MemoryDetails::CollectProcessData(
|
| }
|
| for (int index2 = 0; index2 < arraysize(g_process_template); index2++) {
|
| if (_wcsicmp(process_data_[index2].process_name.c_str(),
|
| - process_entry.szExeFile) != 0)
|
| + process_entry.szExeFile) != 0)
|
| continue;
|
| if (index2 == IE_BROWSER && is_64bit_process)
|
| continue; // Should use IE_64BIT_BROWSER
|
|
|