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 409f74a0287550b050f8cfd3086758ea34d9ef8d..2632a36bd2df0589b22d4a3996e87c88e31d8843 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_tag("TopSites"); |
db->set_page_size(4096); |
db->set_cache_size(32); |