| 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 4448c89e939bba9484294042cd3078c5cd878e10..4469f498169399333bb93b62e0b78fe93db4729d 100644
|
| --- a/chrome/browser/history/top_sites_cache.cc
|
| +++ b/chrome/browser/history/top_sites_cache.cc
|
| @@ -137,7 +137,7 @@ void TopSitesCache::CountForcedURLs() {
|
| num_forced_urls_++;
|
| }
|
| // In debug, ensure the cache user has no forced URLs pass that point.
|
| - if (DCHECK_IS_ON()) {
|
| + if (DCHECK_IS_ON) {
|
| for (size_t i = num_forced_urls_; i < top_sites_.size(); ++i) {
|
| DCHECK(top_sites_[i].last_forced_time.is_null())
|
| << "All the forced URLs must appear before non-forced URLs.";
|
|
|