Index: content/gpu/gpu_main.cc |
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc |
index 378f07cb255c282c07944caf9fc2b270e17a5eb9..85e6780a30a4ee3a95d0cdb6430b3e55065f603a 100644 |
--- a/content/gpu/gpu_main.cc |
+++ b/content/gpu/gpu_main.cc |
@@ -58,8 +58,8 @@ |
#include "content/common/sandbox_mac.h" |
#endif |
-#if defined(ADDRESS_SANITIZER) |
-#include <sanitizer/asan_interface.h> |
+#if defined(SANITIZER_COVERAGE) |
+#include <sanitizer/common_interface_defs.h> |
#endif |
const int kGpuTimeout = 10000; |
@@ -489,7 +489,7 @@ bool StartSandboxLinux(const gpu::GPUInfo& gpu_info, |
LinuxSandbox::StopThread(watchdog_thread); |
} |
-#if defined(ADDRESS_SANITIZER) |
+#if defined(SANITIZER_COVERAGE) |
const std::string sancov_file_name = |
"gpu." + base::Uint64ToString(base::RandUint64()); |
LinuxSandbox* linux_sandbox = LinuxSandbox::GetInstance(); |