| Index: base/i18n/build_utf8_validator_tables.cc
|
| diff --git a/base/i18n/build_utf8_validator_tables.cc b/base/i18n/build_utf8_validator_tables.cc
|
| index 8ca0a7ff54a26b564b48753ff688d341d9c5ddce..a995a7a0f28336b005367903f63f5894849eea83 100644
|
| --- a/base/i18n/build_utf8_validator_tables.cc
|
| +++ b/base/i18n/build_utf8_validator_tables.cc
|
| @@ -248,7 +248,7 @@ void MoveAllCharsToSets(PairVector* pairs) {
|
| for (int i = 0; i < 4; ++i) {
|
| MoveRightMostCharToSet(pairs);
|
| }
|
| - if (DCHECK_IS_ON()) {
|
| + if (DCHECK_IS_ON) {
|
| for (PairVector::const_iterator it = pairs->begin(); it != pairs->end();
|
| ++it) {
|
| DCHECK(it->character.empty());
|
|
|