| Index: base/logging.h
|
| diff --git a/base/logging.h b/base/logging.h
|
| index bbf24a30669eca3f0895fa0ba849cfcd6a96b8a7..d0aba8209432ea46c8ea87b4a9420b88ece182b8 100644
|
| --- a/base/logging.h
|
| +++ b/base/logging.h
|
| @@ -731,7 +731,7 @@ const LogSeverity LOG_DCHECK = LOG_INFO;
|
| // defined.
|
| //
|
| // You may append to the error message like so:
|
| -// DCHECK_NE(1, 2) << ": The world must be ending!";
|
| +// DCHECK_NE(1, 2) << "The world must be ending!";
|
| //
|
| // We are very careful to ensure that each argument is evaluated exactly
|
| // once, and that anything which is legal to pass as a function argument is
|
|
|