summaryrefslogtreecommitdiffstats
path: root/chrome/tools/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/tools/test')
-rw-r--r--chrome/tools/test/image_diff/image_diff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/test/image_diff/image_diff.cc b/chrome/tools/test/image_diff/image_diff.cc
index 7b696d4..7fa6f48 100644
--- a/chrome/tools/test/image_diff/image_diff.cc
+++ b/chrome/tools/test/image_diff/image_diff.cc
@@ -233,7 +233,7 @@ int CompareImages(const char* file1, const char* file2) {
}
int main(int argc, const char* argv[]) {
- process_util::EnableTerminationOnHeapCorruption();
+ base::EnableTerminationOnHeapCorruption();
#if defined(OS_WIN)
CommandLine parsed_command_line;
#elif defined(OS_POSIX)