| Index: webkit/tools/test_shell/run_all_tests.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/run_all_tests.cc (revision 5371)
|
| +++ webkit/tools/test_shell/run_all_tests.cc (working copy)
|
| @@ -34,7 +34,7 @@
|
| "</script>";
|
|
|
| int main(int argc, char* argv[]) {
|
| - process_util::EnableTerminationOnHeapCorruption();
|
| + base::EnableTerminationOnHeapCorruption();
|
| // Some unittests may use base::Singleton<>, thus we need to instanciate
|
| // the AtExitManager or else we will leak objects.
|
| base::AtExitManager at_exit_manager;
|
|
|