Index: chrome/installer/util/shell_util.cc |
diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc |
index 5a70fb9159e9e1579a81c8b229880e2520959637..469d10d5d1202c1eec4514a87d49009a67b64093 100644 |
--- a/chrome/installer/util/shell_util.cc |
+++ b/chrome/installer/util/shell_util.cc |
@@ -1282,7 +1282,7 @@ ShellUtil::DefaultState ProbeProtocolHandlers( |
const base::FilePath& chrome_exe, |
const wchar_t* const* protocols, |
size_t num_protocols) { |
-#if DCHECK_IS_ON |
+#if DCHECK_IS_ON() |
DCHECK(!num_protocols || protocols); |
for (size_t i = 0; i < num_protocols; ++i) |
DCHECK(protocols[i] && *protocols[i]); |