| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index 10a968ba22091af318515d1f0b65b1d73a5cca37..cffb61f8d7d749a3f35a58658c4c157ee013c5e8 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -1148,7 +1148,7 @@ ShellUtil::DefaultState ProbeProtocolHandlers(
|
| const wchar_t* const* protocols,
|
| size_t num_protocols) {
|
| DCHECK(!num_protocols || protocols);
|
| - if (DCHECK_IS_ON()) {
|
| + if (DCHECK_IS_ON) {
|
| for (size_t i = 0; i < num_protocols; ++i)
|
| DCHECK(protocols[i] && *protocols[i]);
|
| }
|
|
|