| Index: net/tools/tld_cleanup/tld_cleanup.cc
|
| ===================================================================
|
| --- net/tools/tld_cleanup/tld_cleanup.cc (revision 5371)
|
| +++ net/tools/tld_cleanup/tld_cleanup.cc (working copy)
|
| @@ -206,7 +206,7 @@
|
| }
|
|
|
| int main(int argc, const char* argv[]) {
|
| - process_util::EnableTerminationOnHeapCorruption();
|
| + base::EnableTerminationOnHeapCorruption();
|
| if (argc != 3) {
|
| fprintf(stderr, "Normalizes and verifies UTF-8 TLD data files\n");
|
| fprintf(stderr, "Usage: %s <input> <output>\n", argv[0]);
|
|
|