diff options
Diffstat (limited to 'chrome/tools/perf/flush_cache/flush_cache.cc')
-rw-r--r-- | chrome/tools/perf/flush_cache/flush_cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/perf/flush_cache/flush_cache.cc b/chrome/tools/perf/flush_cache/flush_cache.cc index f10b69b..fa231d4 100644 --- a/chrome/tools/perf/flush_cache/flush_cache.cc +++ b/chrome/tools/perf/flush_cache/flush_cache.cc @@ -11,7 +11,7 @@ #include "chrome/test/test_file_util.h" int main(int argc, const char* argv[]) { - process_util::EnableTerminationOnHeapCorruption(); + base::EnableTerminationOnHeapCorruption(); if (argc <= 1) { fprintf(stderr, "flushes disk cache for files\n"); fprintf(stderr, "usage: %s <filenames>\n", argv[0]); |