| Index: chrome/browser/history/top_sites_cache.cc
|
| diff --git a/chrome/browser/history/top_sites_cache.cc b/chrome/browser/history/top_sites_cache.cc
|
| index 9b0f5e45c1e93c81796f624332db0824464da059..dc128d7d5c7d06ca39e42d3288600733f3f62879 100644
|
| --- a/chrome/browser/history/top_sites_cache.cc
|
| +++ b/chrome/browser/history/top_sites_cache.cc
|
| @@ -136,7 +136,7 @@ void TopSitesCache::CountForcedURLs() {
|
| break;
|
| num_forced_urls_++;
|
| }
|
| -#if DCHECK_IS_ON
|
| +#if !DCHECK_IS_OFF
|
| // In debug, ensure the cache user has no forced URLs pass that point.
|
| for (size_t i = num_forced_urls_; i < top_sites_.size(); ++i) {
|
| DCHECK(top_sites_[i].last_forced_time.is_null())
|
|
|