Index: chrome/browser/history/top_sites_database.cc |
diff --git a/chrome/browser/history/top_sites_database.cc b/chrome/browser/history/top_sites_database.cc |
index 5832392dfe831c7b083c56215d3731e3408b5030..9a732f049abf1116bee09c2e87fa0d5ad5a65587 100644 |
--- a/chrome/browser/history/top_sites_database.cc |
+++ b/chrome/browser/history/top_sites_database.cc |
@@ -374,7 +374,7 @@ bool TopSitesDatabase::RemoveURL(const MostVisitedURL& url) { |
sql::Connection* TopSitesDatabase::CreateDB(const base::FilePath& db_name) { |
scoped_ptr<sql::Connection> db(new sql::Connection()); |
// Settings copied from ThumbnailDatabase. |
- db->set_error_histogram_name("Sqlite.Thumbnail.Error"); |
+ db->set_histogram_prefix("Sqlite.TopSites"); |
db->set_page_size(4096); |
db->set_cache_size(32); |