| Index: webkit/tools/test_shell/test_shell_main.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_main.cc (revision 5371)
|
| +++ webkit/tools/test_shell/test_shell_main.cc (working copy)
|
| @@ -113,7 +113,7 @@
|
| } // namespace
|
|
|
| int main(int argc, char* argv[]) {
|
| - process_util::EnableTerminationOnHeapCorruption();
|
| + base::EnableTerminationOnHeapCorruption();
|
| #ifdef _CRTDBG_MAP_ALLOC
|
| _CrtSetReportFile(_CRT_WARN, _CRTDBG_FILE_STDERR);
|
| _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE);
|
|
|