summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/top_sites.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/top_sites.cc')
-rw-r--r--chrome/browser/history/top_sites.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/history/top_sites.cc b/chrome/browser/history/top_sites.cc
index 25e333b..99b84dc 100644
--- a/chrome/browser/history/top_sites.cc
+++ b/chrome/browser/history/top_sites.cc
@@ -164,6 +164,8 @@ TopSites::TopSites(Profile* profile)
profile_->GetPrefs()->GetDictionary(prefs::kNTPMostVisitedURLsBlacklist);
pinned_urls_ =
profile_->GetPrefs()->GetDictionary(prefs::kNTPMostVisitedPinnedURLs);
+ DCHECK(blacklist_ != NULL);
+ DCHECK(pinned_urls_ != NULL);
}
void TopSites::Init(const FilePath& db_name) {