diff options
Diffstat (limited to 'chrome/test/perf')
-rw-r--r-- | chrome/test/perf/mem_usage.cc | 2 | ||||
-rw-r--r-- | chrome/test/perf/perftests.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/perf/mem_usage.cc b/chrome/test/perf/mem_usage.cc index c1d7941..fdfa435 100644 --- a/chrome/test/perf/mem_usage.cc +++ b/chrome/test/perf/mem_usage.cc @@ -81,7 +81,7 @@ size_t GetSystemCommitCharge() { void PrintChromeMemoryUsageInfo() { printf("\n"); BrowserProcessFilter chrome_filter(L""); - process_util::NamedProcessIterator + base::NamedProcessIterator chrome_process_itr(chrome::kBrowserProcessExecutableName, &chrome_filter); const PROCESSENTRY32* chrome_entry; diff --git a/chrome/test/perf/perftests.cc b/chrome/test/perf/perftests.cc index 2b1e4e5..3e67a6b 100644 --- a/chrome/test/perf/perftests.cc +++ b/chrome/test/perf/perftests.cc @@ -11,7 +11,7 @@ // TODO(darin): share code with base/run_all_perftests.cc int main(int argc, char **argv) { - process_util::EnableTerminationOnHeapCorruption(); + base::EnableTerminationOnHeapCorruption(); chrome::RegisterPathProvider(); MessageLoop main_message_loop; |