Index: chrome/common/chrome_version_info_win.cc |
diff --git a/chrome/common/chrome_version_info_win.cc b/chrome/common/chrome_version_info_win.cc |
index e540c2dad743408ea3b39715ce3fcea3c0835dd0..b52e51e90c6ca493cacf27e183773044f08ff0fe 100644 |
--- a/chrome/common/chrome_version_info_win.cc |
+++ b/chrome/common/chrome_version_info_win.cc |
@@ -27,7 +27,7 @@ std::string VersionInfo::GetVersionStringModifier() { |
GoogleUpdateSettings::GetChromeChannelAndModifiers(is_system_install, |
&channel); |
} |
-#if defined(ADDRESS_SANITIZER) |
+#if defined(SYZYASAN) |
if (base::debug::IsBinaryInstrumented()) |
channel += L" SyzyASan"; |
#endif |