Chromium Code Reviews| Index: chrome/tools/test/image_diff/image_diff.cc |
| =================================================================== |
| --- chrome/tools/test/image_diff/image_diff.cc (revision 5371) |
| +++ chrome/tools/test/image_diff/image_diff.cc (working copy) |
| @@ -233,7 +233,7 @@ |
| } |
| int main(int argc, const char* argv[]) { |
| - process_util::EnableTerminationOnHeapCorruption(); |
| + base::EnableTerminationOnHeapCorruption(); |
| #if defined(OS_WIN) |
| CommandLine parsed_command_line; |
| #elif defined(OS_POSIX) |