Chromium Code Reviews| Index: chrome/tools/profiles/generate_profile.cc |
| =================================================================== |
| --- chrome/tools/profiles/generate_profile.cc (revision 5371) |
| +++ chrome/tools/profiles/generate_profile.cc (working copy) |
| @@ -181,7 +181,7 @@ |
| } |
| int main(int argc, const char* argv[]) { |
| - process_util::EnableTerminationOnHeapCorruption(); |
| + base::EnableTerminationOnHeapCorruption(); |
| base::AtExitManager exit_manager; |
| int next_arg = 1; |