| 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..a3ea5328765d641533b31fbb3216ce662a300a2a 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);
|
|
|
|
|