| Index: components/sync/base/ordinal.h
|
| diff --git a/components/sync/base/ordinal.h b/components/sync/base/ordinal.h
|
| index 92fc5eea1d34d0dc03d1896068217bfdbb3c3475..89dd3e7f73559be94870a370bb86c01a1078da86 100644
|
| --- a/components/sync/base/ordinal.h
|
| +++ b/components/sync/base/ordinal.h
|
| @@ -405,7 +405,6 @@ template <typename Traits>
|
| int Ordinal<Traits>::AddDigitValue(std::string* bytes,
|
| size_t i,
|
| int digit_value) {
|
| - DCHECK_GE(i, 0U);
|
| DCHECK_LT(i, bytes->length());
|
|
|
| for (int j = static_cast<int>(i); j >= 0 && digit_value > 0; --j) {
|
|
|