Index: chrome/test/perf/perftests.cc |
=================================================================== |
--- chrome/test/perf/perftests.cc (revision 5371) |
+++ chrome/test/perf/perftests.cc (working copy) |
@@ -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; |