summaryrefslogtreecommitdiffstats
path: root/chrome/test/perf/perftests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/perf/perftests.cc')
-rw-r--r--chrome/test/perf/perftests.cc2
1 files changed, 1 insertions, 1 deletions
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;