Chromium Code Reviews| Index: chrome/test/perf/mem_usage.cc |
| =================================================================== |
| --- chrome/test/perf/mem_usage.cc (revision 5371) |
| +++ chrome/test/perf/mem_usage.cc (working copy) |
| @@ -81,7 +81,7 @@ |
| void PrintChromeMemoryUsageInfo() { |
| printf("\n"); |
| BrowserProcessFilter chrome_filter(L""); |
| - process_util::NamedProcessIterator |
| + base::NamedProcessIterator |
| chrome_process_itr(chrome::kBrowserProcessExecutableName, &chrome_filter); |
| const PROCESSENTRY32* chrome_entry; |